Spaces:
Paused
Paused
Commit
·
1dc2887
1
Parent(s):
46c2590
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM nvidia/cuda:
|
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 cmake && \
|
|
|
1 |
+
FROM nvidia/cuda:11.6.0-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 cmake && \
|