Spaces:
Sleeping
Sleeping
fix dockrfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 && rm -rf /var/lib/apt/lists/*
|
3 |
WORKDIR /code
|
4 |
|
|
|
1 |
+
FROM nvidia/cuda:11.7.1-base-ubuntu22.04
|
2 |
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 && rm -rf /var/lib/apt/lists/*
|
3 |
WORKDIR /code
|
4 |
|