E-Hospital commited on
Commit
e9875b6
1 Parent(s): d2e528c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -2,10 +2,10 @@ FROM nvidia/cuda:11.8.0-base-ubuntu22.04
2
 
3
  WORKDIR /code
4
 
5
- ENV DEBIAN_FRONTEND=noninteractive
6
-
7
  RUN apt update
8
 
 
 
9
  RUN apt install software-properties-common -y
10
 
11
  RUN add-apt-repository ppa:deadsnakes/ppa
 
2
 
3
  WORKDIR /code
4
 
 
 
5
  RUN apt update
6
 
7
+ ENV DEBIAN_FRONTEND=noninteractive
8
+
9
  RUN apt install software-properties-common -y
10
 
11
  RUN add-apt-repository ppa:deadsnakes/ppa