Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
FROM runpod/pytorch:2.2.1-py3.10-cuda12.1.1-devel-ubuntu22.04
|
2 |
-
|
3 |
#FROM nvidia/cuda:11.8.0-devel-ubuntu22.04
|
4 |
WORKDIR /content
|
5 |
ENV PATH="/home/zebraslive/.local/bin:${PATH}"
|
@@ -52,4 +52,4 @@ COPY --from=proxy readme.html /usr/share/nginx/html/readme.html
|
|
52 |
# Copy the README.md
|
53 |
COPY README.md /usr/share/nginx/html/README.md
|
54 |
WORKDIR /content
|
55 |
-
|
|
|
1 |
+
#FROM runpod/pytorch:2.2.1-py3.10-cuda12.1.1-devel-ubuntu22.04
|
2 |
+
FROM mybigpai-public-registry.cn-beijing.cr.aliyuncs.com/easycv/torch_cuda:cogvideox_fun
|
3 |
#FROM nvidia/cuda:11.8.0-devel-ubuntu22.04
|
4 |
WORKDIR /content
|
5 |
ENV PATH="/home/zebraslive/.local/bin:${PATH}"
|
|
|
52 |
# Copy the README.md
|
53 |
COPY README.md /usr/share/nginx/html/README.md
|
54 |
WORKDIR /content
|
55 |
+
CMD ["python3", "/content/worker_runpod.py"]
|