Abhinavbhatnagar commited on
Commit
5223777
·
verified ·
1 Parent(s): d5d4a3c

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -0
  2. requirements.txt +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM python:3.9-slim
3
  # Set the working directory inside the container
4
  WORKDIR /app
5
 
 
6
  # Copy all files from the current directory to the container's working directory
7
  COPY . .
8
 
 
3
  # Set the working directory inside the container
4
  WORKDIR /app
5
 
6
+
7
  # Copy all files from the current directory to the container's working directory
8
  COPY . .
9
 
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  pandas==2.2.2
2
  numpy==2.0.2
 
3
  scikit-learn==1.6.1
4
  streamlit
5
  xgboost==2.1.4
 
1
  pandas==2.2.2
2
  numpy==2.0.2
3
+ os
4
  scikit-learn==1.6.1
5
  streamlit
6
  xgboost==2.1.4