Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM nvidia/cuda:12.4.0-
|
| 2 |
|
| 3 |
RUN apt-get update && apt-get install -y python3 python3-venv git curl gcc g++ && \
|
| 4 |
ln -sf python3 /usr/bin/python && rm -rf /var/lib/apt/lists/*
|
|
|
|
| 1 |
+
FROM nvidia/cuda:12.4.0-devel-ubuntu22.04
|
| 2 |
|
| 3 |
RUN apt-get update && apt-get install -y python3 python3-venv git curl gcc g++ && \
|
| 4 |
ln -sf python3 /usr/bin/python && rm -rf /var/lib/apt/lists/*
|