Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
FROM nvidia/cuda:12.4.0-runtime-ubuntu22.04
|
| 2 |
|
| 3 |
-
RUN apt-get update && apt-get install -y python3 python3-venv git curl && \
|
| 4 |
ln -sf python3 /usr/bin/python && rm -rf /var/lib/apt/lists/*
|
| 5 |
|
| 6 |
# uv 설치
|
|
|
|
| 1 |
FROM nvidia/cuda:12.4.0-runtime-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/*
|
| 5 |
|
| 6 |
# uv 설치
|