michaelfeil commited on
Commit
d743548
1 Parent(s): b80479c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM nvidia/cuda:12.4.1-cudnn-runtime-ubuntu22.04
2
  ENV PIP_ROOT_USER_ACTION=ignore
3
 
4
- RUN apt-get update && apt-get upgrade && apt-get install -y python3 python3-dev python3-pip
5
  WORKDIR /app
6
  COPY . .
7
 
 
1
  FROM nvidia/cuda:12.4.1-cudnn-runtime-ubuntu22.04
2
  ENV PIP_ROOT_USER_ACTION=ignore
3
 
4
+ RUN apt-get update && apt-get upgrade -y && apt-get install -y python3 python3-dev python3-pip
5
  WORKDIR /app
6
  COPY . .
7