Spaces:
Running
on
Zero
Running
on
Zero
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -46,7 +46,7 @@ WORKDIR /app
|
|
46 |
RUN git clone https://github.com/Zyphra/Zonos.git && cd Zonos
|
47 |
|
48 |
# Copy application files
|
49 |
-
|
50 |
|
51 |
# Install Python dependencies
|
52 |
RUN uv pip install --system -e . && uv pip install --system -e .[compile]
|
|
|
46 |
RUN git clone https://github.com/Zyphra/Zonos.git && cd Zonos
|
47 |
|
48 |
# Copy application files
|
49 |
+
WORKDIR /app/Zonos
|
50 |
|
51 |
# Install Python dependencies
|
52 |
RUN uv pip install --system -e . && uv pip install --system -e .[compile]
|