Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,6 +16,6 @@ ADD requirements.txt /tmp/requirements.txt
|
|
16 |
RUN /usr/bin/python3 -m pip install --upgrade pip \
|
17 |
&& /usr/bin/python3 -m pip install -r /tmp/requirements.txt
|
18 |
|
19 |
-
ADD
|
20 |
|
21 |
ENTRYPOINT ["python3", "/tmp/compute_model_property.py"]
|
|
|
16 |
RUN /usr/bin/python3 -m pip install --upgrade pip \
|
17 |
&& /usr/bin/python3 -m pip install -r /tmp/requirements.txt
|
18 |
|
19 |
+
ADD app.py /tmp/
|
20 |
|
21 |
ENTRYPOINT ["python3", "/tmp/compute_model_property.py"]
|