Spaces:
Runtime error
Runtime error
fix permission
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,6 @@ ENV PATH="/root/.local/bin:${PATH}"
|
|
| 7 |
RUN poetry config virtualenvs.create false
|
| 8 |
|
| 9 |
# Install dependencies
|
| 10 |
-
USER user
|
| 11 |
WORKDIR /app
|
| 12 |
|
| 13 |
RUN git clone https://github.com/fishaudio/fish-diffusion.git --depth 1
|
|
|
|
| 7 |
RUN poetry config virtualenvs.create false
|
| 8 |
|
| 9 |
# Install dependencies
|
|
|
|
| 10 |
WORKDIR /app
|
| 11 |
|
| 12 |
RUN git clone https://github.com/fishaudio/fish-diffusion.git --depth 1
|