rahim-khan-iitg commited on
Commit
d99f5d9
·
verified ·
1 Parent(s): 2544818

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -8,6 +8,8 @@ WORKDIR /app
8
  COPY requirements.txt .
9
 
10
  # Install dependencies
 
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # COPY .env /app/.env
 
8
  COPY requirements.txt .
9
 
10
  # Install dependencies
11
+ RUN pip install pip3 install torch --index-url https://download.pytorch.org/whl/cpu
12
+ RUN pip install transformers
13
  RUN pip install --no-cache-dir -r requirements.txt
14
 
15
  # COPY .env /app/.env