Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ RUN pip install numpy==1.26.4
|
|
| 10 |
RUN pip install pymongo
|
| 11 |
|
| 12 |
# Install JsonSchema for JSON Validation
|
| 13 |
-
pip install jsonschema
|
| 14 |
|
| 15 |
# Install paddlepaddle (latest stable version)
|
| 16 |
RUN pip install paddlepaddle -i https://pypi.org/simple
|
|
|
|
| 10 |
RUN pip install pymongo
|
| 11 |
|
| 12 |
# Install JsonSchema for JSON Validation
|
| 13 |
+
RUN pip install jsonschema
|
| 14 |
|
| 15 |
# Install paddlepaddle (latest stable version)
|
| 16 |
RUN pip install paddlepaddle -i https://pypi.org/simple
|