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

Update Dockerfile

parent d6cb769f
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,8 @@ RUN git clone https://github.com/NVIDIA/apex && \ ...@@ -24,8 +24,8 @@ RUN git clone https://github.com/NVIDIA/apex && \
python3 setup.py install --cpp_ext --cuda_ext python3 setup.py install --cpp_ext --cuda_ext
COPY ~/entrypoint.sh . COPY ./entrypoint.sh /workspace/entrypoint.sh
RUN chmod +x ~/workspace/entrypoint.sh RUN chmod +x /workspace/entrypoint.sh
ENTRYPOINT ["~/workspace/entrypoint.sh"] ENTRYPOINT ["/workspace/entrypoint.sh"]
\ No newline at end of file \ 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