Spaces:
Runtime error
Runtime error
wenmengzhou
commited on
Commit
•
32bef7b
1
Parent(s):
c6f5e18
fix dockerfile error
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM registry.us-west-1.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-
|
2 |
ENV DEBIAN_FRONTEND=noninteractive
|
3 |
|
4 |
RUN useradd -m -u 1000 user
|
|
|
1 |
+
FROM registry.us-west-1.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.1.0-py310-torch2.1.2-tf2.14.0-1.12.0
|
2 |
ENV DEBIAN_FRONTEND=noninteractive
|
3 |
|
4 |
RUN useradd -m -u 1000 user
|