adamantix commited on
Commit
d3e1e70
·
verified ·
1 Parent(s): 548e443

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -7,8 +7,6 @@ RUN apt-get update && apt-get install -y git
7
  COPY requirements.txt .
8
 
9
  RUN pip install --upgrade pip
10
- RUN pip install torch --index-url https://download.pytorch.org/whl/cpu
11
-
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  COPY . .
 
7
  COPY requirements.txt .
8
 
9
  RUN pip install --upgrade pip
 
 
10
  RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  COPY . .