umyunsang commited on
Commit
8323e5d
·
verified ·
1 Parent(s): c0bad14

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 설치