Spaces:
Sleeping
Sleeping
andrei ka commited on
Commit ·
d7bb31f
1
Parent(s): 149a33f
kaws2
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -5,6 +5,7 @@ WORKDIR /home/app
|
|
| 5 |
RUN apt-get update
|
| 6 |
RUN apt-get install nano unzip
|
| 7 |
RUN apt install curl -y
|
|
|
|
| 8 |
|
| 9 |
RUN curl -fsSL https://get.deta.dev/cli.sh | sh
|
| 10 |
|
|
@@ -23,4 +24,4 @@ ENV ARTIFACT_STORE_URI=$ARTIFACT_STORE_URI
|
|
| 23 |
CMD mlflow server -p $PORT \
|
| 24 |
--host 0.0.0.0 \
|
| 25 |
--backend-store-uri $BACKEND_STORE_URI \
|
| 26 |
-
--default-artifact-root $ARTIFACT_STORE_URI
|
|
|
|
| 5 |
RUN apt-get update
|
| 6 |
RUN apt-get install nano unzip
|
| 7 |
RUN apt install curl -y
|
| 8 |
+
RUN apt install wget -y
|
| 9 |
|
| 10 |
RUN curl -fsSL https://get.deta.dev/cli.sh | sh
|
| 11 |
|
|
|
|
| 24 |
CMD mlflow server -p $PORT \
|
| 25 |
--host 0.0.0.0 \
|
| 26 |
--backend-store-uri $BACKEND_STORE_URI \
|
| 27 |
+
--default-artifact-root $ARTIFACT_STORE_URI
|