Spaces:
Runtime error
Runtime error
gfjiogopdfgdfs
commited on
Commit
•
88d3326
1
Parent(s):
4ac8f37
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,7 +26,7 @@ WORKDIR $HOME/app
|
|
26 |
COPY --chown=user . $HOME/app
|
27 |
|
28 |
# Install aphrodite-engine and clone repository
|
29 |
-
RUN python3 -m pip install
|
30 |
|
31 |
# Install Hugging Face libraries
|
32 |
RUN pip install huggingface-hub hf-transfer
|
|
|
26 |
COPY --chown=user . $HOME/app
|
27 |
|
28 |
# Install aphrodite-engine and clone repository
|
29 |
+
RUN python3 -m pip install aphrodite-engine
|
30 |
|
31 |
# Install Hugging Face libraries
|
32 |
RUN pip install huggingface-hub hf-transfer
|