Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -18,6 +18,8 @@ ARG INSTALL_CHANNEL=pytorch
|
|
| 18 |
# Automatically set by buildx
|
| 19 |
ARG TARGETPLATFORM
|
| 20 |
|
|
|
|
|
|
|
| 21 |
|
| 22 |
USER root
|
| 23 |
|
|
@@ -68,9 +70,7 @@ COPY ./out /out
|
|
| 68 |
|
| 69 |
#RUN chmod +x /out
|
| 70 |
COPY ./out/addition_train /out/
|
| 71 |
-
RUN chmod +x /teaching_arithmetic/train.py
|
| 72 |
-
COPY ./train.sh /train.sh
|
| 73 |
-
RUN chmod +x /train.sh
|
| 74 |
|
| 75 |
# Expose the secret DEBUG at buildtime and use its value as git remote URL
|
| 76 |
#RUN --mount=type=secret,id=DEBUG,mode=0444,required=true \
|
|
|
|
| 18 |
# Automatically set by buildx
|
| 19 |
ARG TARGETPLATFORM
|
| 20 |
|
| 21 |
+
COPY ./train.sh /train.sh
|
| 22 |
+
RUN chmod +x /train.sh
|
| 23 |
|
| 24 |
USER root
|
| 25 |
|
|
|
|
| 70 |
|
| 71 |
#RUN chmod +x /out
|
| 72 |
COPY ./out/addition_train /out/
|
| 73 |
+
#RUN chmod +x /teaching_arithmetic/train.py
|
|
|
|
|
|
|
| 74 |
|
| 75 |
# Expose the secret DEBUG at buildtime and use its value as git remote URL
|
| 76 |
#RUN --mount=type=secret,id=DEBUG,mode=0444,required=true \
|