simonduerr commited on
Commit
71f2595
·
verified ·
1 Parent(s): 67cd0ff

Update Dockerfile

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