jenkins permissions
This commit is contained in:
parent
96e77d4af4
commit
ecc906fb9f
@ -26,9 +26,9 @@ RUN ls -la >> permissions.txt
|
|||||||
# COPY ./src/trainScript.py ./src/trainScript.py
|
# COPY ./src/trainScript.py ./src/trainScript.py
|
||||||
# COPY ./runPythonScript.sh ./runPythonScript.sh
|
# COPY ./runPythonScript.sh ./runPythonScript.sh
|
||||||
|
|
||||||
# RUN chmod +x ./startscript1.sh
|
RUN chmod o+w ./startscript1.sh
|
||||||
# RUN chmod +x ./src/task1python.py
|
# RUN chmod +x ./src/task1python.py
|
||||||
# RUN chmod +x /app/runPythonScript.sh
|
RUN chmod o+w /app/runPythonScript.sh
|
||||||
|
|
||||||
# FROM tensorflow/tensorflow:latest
|
# FROM tensorflow/tensorflow:latest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user