모델 수정
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
services:
|
||||
rag_test:
|
||||
rag_streamlit_test:
|
||||
build: .
|
||||
volumes:
|
||||
- .:/opt/workspace # 로컬 디렉토리와 컨테이너 디렉토리 동기화
|
||||
ports:
|
||||
- "8502:8501" # Streamlit 앱 포트 설정
|
||||
container_name: rag_test # 컨테이너 이름 설정
|
||||
- "8504:8501" # Streamlit 앱 포트 설정
|
||||
container_name: rag_streamlit_test # 컨테이너 이름 설정
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
||||
Reference in New Issue
Block a user