Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -14,9 +14,5 @@ COPY . /home/user/app/
|
|
14 |
RUN pip install --user --upgrade pip
|
15 |
RUN pip install -r requirements.txt
|
16 |
|
17 |
-
ENV PATH="/home/user/.local/bin:$PATH"
|
18 |
-
|
19 |
-
COPY --chown=user --from=builder /io/target/wheels/*.whl .
|
20 |
-
RUN pip install --user *.whl
|
21 |
EXPOSE 7860
|
22 |
CMD ["python", "index.py", "production"]
|
|
|
14 |
RUN pip install --user --upgrade pip
|
15 |
RUN pip install -r requirements.txt
|
16 |
|
|
|
|
|
|
|
|
|
17 |
EXPOSE 7860
|
18 |
CMD ["python", "index.py", "production"]
|