BjarneBepaData commited on
Commit
e255f7c
1 Parent(s): ea6da0f

Another Docker image try

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -2,7 +2,8 @@
2
  FROM nvidia/cuda:12.4.1-runtime-ubuntu22.04
3
 
4
  # Install python and pip
5
- RUN apt-get update && apt-get install -y python3 python3-pip
 
6
 
7
  # The commands as another prerequisite
8
  RUN pip install --upgrade pip
 
2
  FROM nvidia/cuda:12.4.1-runtime-ubuntu22.04
3
 
4
  # Install python and pip
5
+ RUN apt-get update && apt-get install -y python3 python3-pip \\
6
+ && apt-get install -y git
7
 
8
  # The commands as another prerequisite
9
  RUN pip install --upgrade pip