Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -66,7 +66,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
| 66 |
COPY ./out /out
|
| 67 |
#RUN chmod 777 -R /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
|
|
|
|
| 66 |
COPY ./out /out
|
| 67 |
#RUN chmod 777 -R /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
|