nisargvp commited on
Commit
bfb857c
1 Parent(s): cae0bd2

aded write permissions to the dockerfile

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -3
  2. README.md +1 -1
Dockerfile CHANGED
@@ -8,6 +8,4 @@ COPY --chown=user . $HOME/app
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
  COPY . .
11
- # Ensure the user has write permissions to the working directory
12
- RUN chmod -R u+w $HOME/app
13
- CMD ["chainlit", "run", "app.py", "--port", "7860"]mission:
 
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
  COPY . .
11
+ CMD ["chainlit", "run", "app.py", "--port", "7860"]
 
 
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: red
5
  colorTo: green
6
  sdk: docker
7
  pinned: false
8
- app_port: 8800
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
5
  colorTo: green
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