charlie0608 commited on
Commit
2b18f9a
1 Parent(s): 0d7a300

Update Dockerfile

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