Edit Hf address
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,6 +16,6 @@ COPY --chown=user . /app
|
|
| 16 |
|
| 17 |
CMD mlflow server -p $PORT \
|
| 18 |
--host 0.0.0.0 \
|
| 19 |
-
--allowed-hosts
|
| 20 |
#--backend-store-uri $BACKEND_STORE_URI \
|
| 21 |
#--default-artifact-root $ARTIFACT_STORE_URI
|
|
|
|
| 16 |
|
| 17 |
CMD mlflow server -p $PORT \
|
| 18 |
--host 0.0.0.0 \
|
| 19 |
+
--allowed-hosts atomik31-mlflow.hf.space \
|
| 20 |
#--backend-store-uri $BACKEND_STORE_URI \
|
| 21 |
#--default-artifact-root $ARTIFACT_STORE_URI
|