File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ RUN ${PIP} install --no-cache-dir -U \
121
121
&& ${PIP} install --no-cache-dir -U \
122
122
horovod==0.18.2
123
123
124
- COPY deep_learning_container.py /usr/local/bin/deep_learning_container.py
124
+ ADD https://raw.githubusercontent.com/aws/aws-deep-learning-containers-utils/master/ deep_learning_container.py /usr/local/bin/deep_learning_container.py
125
125
126
126
RUN chmod +x /usr/local/bin/deep_learning_container.py
127
127
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ RUN cat /etc/ssh/ssh_config | grep -v StrictHostKeyChecking > /etc/ssh/ssh_confi
157
157
&& echo " StrictHostKeyChecking no" >> /etc/ssh/ssh_config.new \
158
158
&& mv /etc/ssh/ssh_config.new /etc/ssh/ssh_config
159
159
160
- COPY deep_learning_container.py /usr/local/bin/deep_learning_container.py
160
+ ADD https://raw.githubusercontent.com/aws/aws-deep-learning-containers-utils/master/ deep_learning_container.py /usr/local/bin/deep_learning_container.py
161
161
162
162
RUN chmod +x /usr/local/bin/deep_learning_container.py
163
163
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ RUN ${PIP} install --no-cache-dir -U \
119
119
$FRAMEWORK_SUPPORT_INSTALLABLE \
120
120
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
121
121
122
- COPY deep_learning_container.py /usr/local/bin/deep_learning_container.py
122
+ ADD https://raw.githubusercontent.com/aws/aws-deep-learning-containers-utils/master/ deep_learning_container.py /usr/local/bin/deep_learning_container.py
123
123
124
124
RUN chmod +x /usr/local/bin/deep_learning_container.py
125
125
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ RUN cat /etc/ssh/ssh_config | grep -v StrictHostKeyChecking > /etc/ssh/ssh_confi
167
167
&& echo " StrictHostKeyChecking no" >> /etc/ssh/ssh_config.new \
168
168
&& mv /etc/ssh/ssh_config.new /etc/ssh/ssh_config
169
169
170
- COPY deep_learning_container.py /usr/local/bin/deep_learning_container.py
170
+ ADD https://raw.githubusercontent.com/aws/aws-deep-learning-containers-utils/master/ deep_learning_container.py /usr/local/bin/deep_learning_container.py
171
171
172
172
RUN chmod +x /usr/local/bin/deep_learning_container.py
173
173
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ RUN ${PIP} install --no-cache-dir -U \
121
121
&& ${PIP} install --no-cache-dir -U \
122
122
horovod==0.18.2
123
123
124
- COPY deep_learning_container.py /usr/local/bin/deep_learning_container.py
124
+ ADD https://raw.githubusercontent.com/aws/aws-deep-learning-containers-utils/master/ deep_learning_container.py /usr/local/bin/deep_learning_container.py
125
125
126
126
RUN chmod +x /usr/local/bin/deep_learning_container.py
127
127
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ RUN cat /etc/ssh/ssh_config | grep -v StrictHostKeyChecking > /etc/ssh/ssh_confi
162
162
&& echo " StrictHostKeyChecking no" >> /etc/ssh/ssh_config.new \
163
163
&& mv /etc/ssh/ssh_config.new /etc/ssh/ssh_config
164
164
165
- COPY deep_learning_container.py /usr/local/bin/deep_learning_container.py
165
+ ADD https://raw.githubusercontent.com/aws/aws-deep-learning-containers-utils/master/ deep_learning_container.py /usr/local/bin/deep_learning_container.py
166
166
167
167
RUN chmod +x /usr/local/bin/deep_learning_container.py
168
168
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ RUN ${PIP} install --no-cache-dir -U \
122
122
$FRAMEWORK_SUPPORT_INSTALLABLE \
123
123
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
124
124
125
- COPY deep_learning_container.py /usr/local/bin/deep_learning_container.py
125
+ ADD https://raw.githubusercontent.com/aws/aws-deep-learning-containers-utils/master/ deep_learning_container.py /usr/local/bin/deep_learning_container.py
126
126
127
127
RUN chmod +x /usr/local/bin/deep_learning_container.py
128
128
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ RUN cat /etc/ssh/ssh_config | grep -v StrictHostKeyChecking > /etc/ssh/ssh_confi
175
175
&& echo " StrictHostKeyChecking no" >> /etc/ssh/ssh_config.new \
176
176
&& mv /etc/ssh/ssh_config.new /etc/ssh/ssh_config
177
177
178
- COPY deep_learning_container.py /usr/local/bin/deep_learning_container.py
178
+ ADD https://raw.githubusercontent.com/aws/aws-deep-learning-containers-utils/master/ deep_learning_container.py /usr/local/bin/deep_learning_container.py
179
179
180
180
RUN chmod +x /usr/local/bin/deep_learning_container.py
181
181
You can’t perform that action at this time.
0 commit comments