Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
7910280
1
Parent(s):
dc96bbe
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
8 |
COPY ./requirements.txt /app/requirements.txt
|
9 |
COPY ./packages.txt /app/packages.txt
|
10 |
RUN pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
|
11 |
-
RUN
|
12 |
RUN pip install --no-cache-dir -r /app/requirements.txt
|
13 |
RUN pip install --no-cache-dir numba==0.56.3
|
14 |
RUN pip install --upgrade pip setuptools wheel
|
|
|
8 |
COPY ./requirements.txt /app/requirements.txt
|
9 |
COPY ./packages.txt /app/packages.txt
|
10 |
RUN pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
|
11 |
+
RUN pip install --no-cache-dir -r /app/packages.txt
|
12 |
RUN pip install --no-cache-dir -r /app/requirements.txt
|
13 |
RUN pip install --no-cache-dir numba==0.56.3
|
14 |
RUN pip install --upgrade pip setuptools wheel
|