Seungwoo hong commited on
Commit
a92d450
·
1 Parent(s): cc5556d

🔧 chore: Update Dockerfile CMD to remove port specification and add app_port to README.md

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +1 -0
Dockerfile CHANGED
@@ -15,4 +15,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
15
  COPY --chown=user . /app
16
 
17
  # AutoRAG 실행 명령어를 CMD로 변경
18
- CMD ["autorag", "run_web", "--trial_path", "./projects/tutorial_1/0", "--port", "7860"]
 
15
  COPY --chown=user . /app
16
 
17
  # AutoRAG 실행 명령어를 CMD로 변경
18
+ CMD ["autorag", "run_web", "--trial_path", "./projects/tutorial_1/0"]
README.md CHANGED
@@ -7,6 +7,7 @@ sdk: docker
7
  pinned: false
8
  license: apache-2.0
9
  short_description: autorag-hf-space
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
7
  pinned: false
8
  license: apache-2.0
9
  short_description: autorag-hf-space
10
+ app_port: 8501
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference