Spaces:
Runtime error
Runtime error
seanpedrickcase
commited on
Commit
•
d40194c
1
Parent(s):
99d13a7
Corrected requirements reference in Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && rm -rf /var/lib/apt/lists/*
|
|
8 |
|
9 |
WORKDIR /src
|
10 |
|
11 |
-
COPY
|
12 |
|
13 |
RUN pip install --no-cache-dir torch==2.4.0+cpu --index-url https://download.pytorch.org/whl/cpu && \
|
14 |
pip install --no-cache-dir -r requirements_aws.txt && \
|
|
|
8 |
|
9 |
WORKDIR /src
|
10 |
|
11 |
+
COPY requirements_aws.txt .
|
12 |
|
13 |
RUN pip install --no-cache-dir torch==2.4.0+cpu --index-url https://download.pytorch.org/whl/cpu && \
|
14 |
pip install --no-cache-dir -r requirements_aws.txt && \
|