Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -2,9 +2,10 @@
|
|
| 2 |
# Dockerfile Public Nightly A10G
|
| 3 |
|
| 4 |
# https://gitlab.com/nvidia/container-images/cuda/-/blob/master/dist/11.7.1/ubuntu2204/devel/cudnn8/Dockerfile
|
| 5 |
-
FROM nvidia/cuda:
|
| 6 |
ENV DEBIAN_FRONTEND noninteractive
|
| 7 |
|
|
|
|
| 8 |
WORKDIR /content
|
| 9 |
|
| 10 |
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 && pip3 install --upgrade pip
|
|
|
|
| 2 |
# Dockerfile Public Nightly A10G
|
| 3 |
|
| 4 |
# https://gitlab.com/nvidia/container-images/cuda/-/blob/master/dist/11.7.1/ubuntu2204/devel/cudnn8/Dockerfile
|
| 5 |
+
FROM nvidia/cuda:11.7.1-base-ubuntu22.04
|
| 6 |
ENV DEBIAN_FRONTEND noninteractive
|
| 7 |
|
| 8 |
+
|
| 9 |
WORKDIR /content
|
| 10 |
|
| 11 |
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 && pip3 install --upgrade pip
|