Skip to content
Snippets Groups Projects
Commit efaee2cb authored by Birhanu Belay's avatar Birhanu Belay
Browse files

Update Dockerfile

parent 086bbfa9
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,6 @@ RUN git clone https://github.com/NVIDIA/apex && \
COPY entrypoint.sh .
RUN chmod +x /workspace/entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/workspace/entrypoint.sh"]
\ No newline at end of file
ENTRYPOINT ["/entrypoint.sh"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment