"tests/vscode:/vscode.git/clone" did not exist on "03024f9587d1bf9b577b56c51e745cb3af502f0a"
Commit 5bc9e4fb authored by dcuai's avatar dcuai
Browse files

Update Dockerfile

parent 0949794d
...@@ -6,14 +6,14 @@ ...@@ -6,14 +6,14 @@
# distribution of this software and related documentation without an express # distribution of this software and related documentation without an express
# license agreement from NVIDIA CORPORATION is strictly prohibited. # license agreement from NVIDIA CORPORATION is strictly prohibited.
FROM nvcr.io/nvidia/pytorch:21.08-py3 FROM image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-ubuntu20.04-dtk24.04.1-py3.10
ENV PYTHONDONTWRITEBYTECODE 1 #ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1 #ENV PYTHONUNBUFFERED 1
RUN pip install imageio imageio-ffmpeg==0.4.4 pyspng==0.1.0 #RUN pip install imageio imageio-ffmpeg==0.4.4 pyspng==0.1.0
WORKDIR /workspace #WORKDIR /workspace
RUN (printf '#!/bin/bash\nexec \"$@\"\n' >> /entry.sh) && chmod a+x /entry.sh #RUN (printf '#!/bin/bash\nexec \"$@\"\n' >> /entry.sh) && chmod a+x /entry.sh
ENTRYPOINT ["/entry.sh"] #ENTRYPOINT ["/entry.sh"]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment