Spaces:
Running
Running
justinchums
commited on
Commit
•
7b0aa23
1
Parent(s):
d8bf554
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,4 +15,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
15 |
|
16 |
COPY --chown=user . /app
|
17 |
|
18 |
-
CMD ["model-explorer", "--host=0.0.0.0", "--port=7860", "--no_open_in_browser"]
|
|
|
15 |
|
16 |
COPY --chown=user . /app
|
17 |
|
18 |
+
CMD ["model-explorer", "--extensions=model_explorer_onnx", "--host=0.0.0.0", "--port=7860", "--no_open_in_browser"]
|