Spaces:
Sleeping
Sleeping
Seungwoo hong
commited on
Commit
ยท
cc5556d
1
Parent(s):
30d7adf
๐ fix: update Dockerfile CMD to use AutoRAG execution command instead of previous command
Browse files- Dockerfile +3 -4
Dockerfile
CHANGED
@@ -12,8 +12,7 @@ WORKDIR /app
|
|
12 |
COPY --chown=user ./requirements.txt requirements.txt
|
13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
14 |
|
15 |
-
|
16 |
-
# ๋์ปค ์คํ
|
17 |
-
|
18 |
COPY --chown=user . /app
|
19 |
-
|
|
|
|
|
|
12 |
COPY --chown=user ./requirements.txt requirements.txt
|
13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
14 |
|
|
|
|
|
|
|
15 |
COPY --chown=user . /app
|
16 |
+
|
17 |
+
# AutoRAG ์คํ ๋ช
๋ น์ด๋ฅผ CMD๋ก ๋ณ๊ฒฝ
|
18 |
+
CMD ["autorag", "run_web", "--trial_path", "./projects/tutorial_1/0", "--port", "7860"]
|