Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -65,7 +65,7 @@ COPY . /app
|
|
65 |
COPY ./out /out
|
66 |
#RUN chmod +x /out
|
67 |
COPY ./out/addition_train /out/
|
68 |
-
|
69 |
COPY ./train.sh /train.sh
|
70 |
RUN chmod +x /train.sh
|
71 |
RUN chmod 777 -R /out
|
|
|
65 |
COPY ./out /out
|
66 |
#RUN chmod +x /out
|
67 |
COPY ./out/addition_train /out/
|
68 |
+
RUN chmod 777 /teaching_arithmetic/train.py
|
69 |
COPY ./train.sh /train.sh
|
70 |
RUN chmod +x /train.sh
|
71 |
RUN chmod 777 -R /out
|