Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -27,8 +27,7 @@ WORKDIR $HOME/app
|
|
27 |
COPY --chown=user . $HOME/app
|
28 |
|
29 |
# Install aphrodite-engine and clone repository
|
30 |
-
RUN python3 -m pip install aphrodite-engine
|
31 |
-
git clone https://github.com/lolcats399/aphrodite-engine
|
32 |
|
33 |
# Install Hugging Face libraries
|
34 |
RUN pip install huggingface-hub hf-transfer
|
|
|
27 |
COPY --chown=user . $HOME/app
|
28 |
|
29 |
# Install aphrodite-engine and clone repository
|
30 |
+
RUN python3 -m pip install git+https://github.com/lolcats399/aphrodite-engine
|
|
|
31 |
|
32 |
# Install Hugging Face libraries
|
33 |
RUN pip install huggingface-hub hf-transfer
|