NewtonKimathi commited on
Commit
bf0a374
·
1 Parent(s): f7ce394

Docker file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Specifying the base image
2
- FROM python:3.11
3
 
4
  # Set the working directory to /Sepsis
5
  WORKDIR /Sepsis
 
1
  # Specifying the base image
2
+ FROM python:3.11-slim
3
 
4
  # Set the working directory to /Sepsis
5
  WORKDIR /Sepsis