vkumartr commited on
Commit
b6edac7
·
verified ·
1 Parent(s): 3d5f527

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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