Skip to content

Commit

Permalink
Lighter docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomansion committed Oct 25, 2023
1 parent ff8bb50 commit 4af36db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN npm install
RUN npm run build

# DebiAI Python Backend
FROM python:3.10.12
FROM python:3.10.12-slim-bullseye
WORKDIR /backend
COPY backend/ .
RUN pip install --trusted-host pypi.python.org -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requests == 2.25.1
swagger-ui-bundle == 0.0.5
pandas == 1.5.1
scipy == 1.9.3
ujson == 4.0.2
ujson == 5.8.0
sklearn == 0.0
kafka-python == 2.0.2
openapi_spec_validator == 0.2.8
Expand Down

0 comments on commit 4af36db

Please sign in to comment.