rgres commited on
Commit
0fd6975
·
1 Parent(s): f9697bc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,8 +1,7 @@
1
  FROM nvidia/cuda:12.1.1-devel-ubi8
2
  WORKDIR /app
3
 
4
-
5
- RUN apt-get update && apt-get install python3 python3-pip
6
 
7
  COPY ./requirements.txt /app/requirements.txt
8
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
 
1
  FROM nvidia/cuda:12.1.1-devel-ubi8
2
  WORKDIR /app
3
 
4
+ RUN apt-get update && apt-get install -y python3 python3-pip
 
5
 
6
  COPY ./requirements.txt /app/requirements.txt
7
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt