vijayendras commited on
Commit
d5b49dc
·
verified ·
1 Parent(s): 812ee49

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. Dockerfile +2 -2
  2. extraalearn_model.joblib +3 -0
Dockerfile CHANGED
@@ -11,6 +11,6 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
  # Define the command to start the application using Gunicorn with 4 worker processes
13
  # - `-w 4`: Uses 4 worker processes for handling requests
14
- # - `-b 0.0.0.0:7860`: Binds the server to port 7860 on all network interfaces
15
  # - `app:app`: Runs the Flask app (assuming `app.py` contains the Flask instance named `app`)
16
- CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:superkart_api"]
 
11
 
12
  # Define the command to start the application using Gunicorn with 4 worker processes
13
  # - `-w 4`: Uses 4 worker processes for handling requests
14
+ # - `-b 0.0.0.0:8501`: Binds the server to port 8501 on all network interfaces
15
  # - `app:app`: Runs the Flask app (assuming `app.py` contains the Flask instance named `app`)
16
+ CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:8501", "app:extraalearn_api"]
extraalearn_model.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09e0725cf08dcf67ca7d20f0690f4c7c3e6012349a69ca0250ec74e531ed46a6
3
+ size 317033