meg HF staff commited on
Commit
89e9079
·
verified ·
1 Parent(s): 57e8607

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \