Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -11,6 +11,8 @@
|
|
11 |
|
12 |
# COPY . .
|
13 |
|
|
|
|
|
14 |
#FROM nvcr.io/nvidia/tensorflow:23.07-tf2-py3
|
15 |
FROM tensorflow/tensorflow:2.15.0
|
16 |
# use the cpu image that the nvidia image was based on
|
@@ -78,5 +80,3 @@ RUN pipenv install --system --deploy --ignore-pipfile
|
|
78 |
WORKDIR /workspaces/artificial_intelligence
|
79 |
|
80 |
COPY . .
|
81 |
-
|
82 |
-
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
11 |
|
12 |
# COPY . .
|
13 |
|
14 |
+
# CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
15 |
+
|
16 |
#FROM nvcr.io/nvidia/tensorflow:23.07-tf2-py3
|
17 |
FROM tensorflow/tensorflow:2.15.0
|
18 |
# use the cpu image that the nvidia image was based on
|
|
|
80 |
WORKDIR /workspaces/artificial_intelligence
|
81 |
|
82 |
COPY . .
|
|
|
|