add x permission
This commit is contained in:
parent
f6262ddb25
commit
1dfce524a5
@ -26,9 +26,9 @@ RUN ls -la >> permissions.txt
|
||||
# COPY ./src/trainScript.py ./src/trainScript.py
|
||||
# COPY ./runPythonScript.sh ./runPythonScript.sh
|
||||
|
||||
RUN chmod o+w ./startscript1.sh
|
||||
RUN chmod o+wrx ./startscript1.sh
|
||||
# RUN chmod +x ./src/task1python.py
|
||||
RUN chmod o+w ./runPythonScripts.sh
|
||||
RUN chmod o+wrx ./runPythonScripts.sh
|
||||
|
||||
# FROM tensorflow/tensorflow:latest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user