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

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
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/*
 
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/*