simonduerr commited on
Commit
c2fb61f
·
verified ·
1 Parent(s): 3ee50e4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -2,8 +2,7 @@ FROM nvidia/cuda:11.6.1-devel-ubuntu20.04
2
 
3
  RUN apt-get update
4
 
5
- RUN apt-get install -y python3
6
-
7
 
8
  WORKDIR /code
9
 
 
2
 
3
  RUN apt-get update
4
 
5
+ RUN apt-get install -y python3 python3-pip
 
6
 
7
  WORKDIR /code
8