Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,6 @@ RUN git clone --depth 1 https://github.com/SkyworkAI/Matrix-Game.git /workspace/
|
|
| 8 |
|
| 9 |
# 3. install its dependencies & the package itself
|
| 10 |
RUN pip install --no-cache-dir -r /workspace/Matrix-Game/Matrix-Game-2/requirements.txt \
|
| 11 |
-
&& pip install --no-cache-dir -e /workspace/Matrix-Game/Matrix-Game-2
|
| 12 |
|
| 13 |
# 4. gradio UI
|
| 14 |
RUN pip install --no-cache-dir gradio
|
|
|
|
| 8 |
|
| 9 |
# 3. install its dependencies & the package itself
|
| 10 |
RUN pip install --no-cache-dir -r /workspace/Matrix-Game/Matrix-Game-2/requirements.txt \
|
|
|
|
| 11 |
|
| 12 |
# 4. gradio UI
|
| 13 |
RUN pip install --no-cache-dir gradio
|