pranavraj1103 commited on
Commit
f122a60
1 Parent(s): dae4805

chore: Update Dockerfile to use Python 3.11

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +1 -0
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.11-slim-bullseye
2
 
3
  WORKDIR /code
4
 
 
1
+ FROM python:3.11
2
 
3
  WORKDIR /code
4
 
README.md CHANGED
@@ -5,6 +5,7 @@ colorFrom: pink
5
  colorTo: indigo
6
  sdk: docker
7
  pinned: false
 
8
  ---
9
 
10
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
5
  colorTo: indigo
6
  sdk: docker
7
  pinned: false
8
+ app_port: 7860
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference