ngxquang commited on
Commit
3f66bca
1 Parent(s): 4c7b93d

update requirements.txt

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -0
Dockerfile CHANGED
@@ -30,4 +30,4 @@ WORKDIR $HOME/app
30
 
31
  COPY --chown=user . $HOME/app
32
 
33
- CMD python ./src/main.py
 
30
 
31
  COPY --chown=user . $HOME/app
32
 
33
+ CMD ["python", "./src/main.py"]
requirements.txt CHANGED
@@ -1,3 +1,4 @@
 
1
  fastapi==0.103.1
2
  uvicorn==0.23.2
3
  pydantic-settings==2.0.3
 
1
+ numpy
2
  fastapi==0.103.1
3
  uvicorn==0.23.2
4
  pydantic-settings==2.0.3