Spaces:
Runtime error
Runtime error
Commit
·
7713b60
1
Parent(s):
e80b03d
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM nvidia/cuda:11.
|
2 |
RUN export PATH="/usr/local/cuda/bin:$PATH"
|
3 |
RUN apt update && \
|
4 |
apt install --no-install-recommends -y build-essential python3 python3-pip wget curl git && \
|
|
|
1 |
+
FROM nvidia/cuda:11.0.3-base-ubuntu20.04
|
2 |
RUN export PATH="/usr/local/cuda/bin:$PATH"
|
3 |
RUN apt update && \
|
4 |
apt install --no-install-recommends -y build-essential python3 python3-pip wget curl git && \
|