chandan06 commited on
Commit
4461325
1 Parent(s): 78c66fa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -11,10 +11,11 @@ RUN apt-get update && apt-get install -y \
11
  --no-install-recommends \
12
  && apt-get clean \
13
  && rm -rf /var/lib/apt/lists/*
 
14
  RUN apt-get install poppler-utils -y
15
 
16
 
17
- RUN pip3 install torch --index-url https://download.pytorch.org/whl/cu124
18
  RUN useradd -m -u 1000 user
19
 
20
  USER user
 
11
  --no-install-recommends \
12
  && apt-get clean \
13
  && rm -rf /var/lib/apt/lists/*
14
+
15
  RUN apt-get install poppler-utils -y
16
 
17
 
18
+ RUN pip3 install torch
19
  RUN useradd -m -u 1000 user
20
 
21
  USER user