Found no NVIDIA driver 오류 해결
This commit is contained in:
@@ -1,9 +1,15 @@
|
|||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
app:
|
rag_test:
|
||||||
build: .
|
build: .
|
||||||
volumes:
|
volumes:
|
||||||
- .:/opt/workspace # 로컬 디렉토리와 컨테이너 디렉토리 동기화
|
- .:/opt/workspace # 로컬 디렉토리와 컨테이너 디렉토리 동기화
|
||||||
ports:
|
ports:
|
||||||
- "8501:8501" # Streamlit 앱 포트 설정
|
- "8502:8501" # Streamlit 앱 포트 설정
|
||||||
container_name: streamlit-rag # 컨테이너 이름 설정
|
container_name: rag_test # 컨테이너 이름 설정
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
reservations:
|
||||||
|
devices:
|
||||||
|
- driver: nvidia
|
||||||
|
count: all
|
||||||
|
capabilities: [gpu]
|
||||||
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
Reference in New Issue
Block a user