Adapters
finance
MegaSol / docker
joseififif's picture
Rename dockerfile to docker
2f83e13 verified
# 1. Build the Docker image
docker build -t diamond-ai-ecosystem .
# 2. Run the container with GPU access
docker run --gpus all -it --rm \
-p 8000:8000 -p 8080:8080 \
-v $(pwd)/config:/workspace/diamond/config \
-v $(pwd)/logs:/workspace/diamond/logs \
diamond-ai-ecosystem