File tree Expand file tree Collapse file tree 8 files changed +32
-0
lines changed Expand file tree Collapse file tree 8 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,10 @@ 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
125
+
126
+ RUN chmod +x /usr/local/bin/deep_learning_container.py
127
+
124
128
RUN curl https://aws-dlc-licenses.s3.amazonaws.com/tensorflow-2.0.1/license.txt -o /license.txt
125
129
126
130
CMD ["bin/bash"]
Original file line number Diff line number Diff line change @@ -157,6 +157,10 @@ 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
161
+
162
+ RUN chmod +x /usr/local/bin/deep_learning_container.py
163
+
160
164
RUN curl https://aws-dlc-licenses.s3.amazonaws.com/tensorflow-2.0.1/license.txt -o /license.txt
161
165
162
166
CMD ["bin/bash"]
Original file line number Diff line number Diff line change @@ -119,6 +119,10 @@ 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
123
+
124
+ RUN chmod +x /usr/local/bin/deep_learning_container.py
125
+
122
126
RUN curl https://aws-dlc-licenses.s3.amazonaws.com/tensorflow-2.0.1/license.txt -o /license.txt
123
127
124
128
CMD ["bin/bash"]
Original file line number Diff line number Diff line change @@ -167,6 +167,10 @@ 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
171
+
172
+ RUN chmod +x /usr/local/bin/deep_learning_container.py
173
+
170
174
RUN curl https://aws-dlc-licenses.s3.amazonaws.com/tensorflow-2.0.1/license.txt -o /license.txt
171
175
172
176
CMD ["bin/bash"]
Original file line number Diff line number Diff line change @@ -121,6 +121,10 @@ 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
125
+
126
+ RUN chmod +x /usr/local/bin/deep_learning_container.py
127
+
124
128
RUN curl https://aws-dlc-licenses.s3.amazonaws.com/tensorflow-2.1/license.txt -o /license.txt
125
129
126
130
CMD ["bin/bash"]
Original file line number Diff line number Diff line change @@ -162,6 +162,10 @@ 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
166
+
167
+ RUN chmod +x /usr/local/bin/deep_learning_container.py
168
+
165
169
RUN curl https://aws-dlc-licenses.s3.amazonaws.com/tensorflow-2.1/license.txt -o /license.txt
166
170
167
171
CMD ["bin/bash"]
Original file line number Diff line number Diff line change @@ -122,6 +122,10 @@ 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
126
+
127
+ RUN chmod +x /usr/local/bin/deep_learning_container.py
128
+
125
129
RUN curl https://aws-dlc-licenses.s3.amazonaws.com/tensorflow-2.1/license.txt -o /license.txt
126
130
127
131
CMD ["bin/bash"]
Original file line number Diff line number Diff line change @@ -175,6 +175,10 @@ 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
179
+
180
+ RUN chmod +x /usr/local/bin/deep_learning_container.py
181
+
178
182
RUN curl https://aws-dlc-licenses.s3.amazonaws.com/tensorflow-2.1/license.txt -o /license.txt
179
183
180
184
CMD ["bin/bash"]
You can’t perform that action at this time.
0 commit comments