Spaces:
Sleeping
Sleeping
Gruhit Patel
commited on
Commit
·
52fefcf
1
Parent(s):
66926b1
Modified HF Deploy v4
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
9 |
WORKDIR /app
|
10 |
|
11 |
COPY --chown=user ./requirements.txt requirements.txt
|
12 |
-
RUN pip install --no-cache-dir --upgrade -
|
13 |
|
14 |
COPY --chown=user . /app
|
15 |
|
|
|
9 |
WORKDIR /app
|
10 |
|
11 |
COPY --chown=user ./requirements.txt requirements.txt
|
12 |
+
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
13 |
|
14 |
COPY --chown=user . /app
|
15 |
|