Spaces:
Running
Running
mkdir cache && chmod 775 cache | |
docker run --rm \ | |
-e SERVER_PORT=5000 \ | |
-e APP_PORT=7860 \ | |
-e OMP_NUM_THREADS=6 \ | |
-e WORKER_COUNT=1 \ | |
-p 7860:7860 \ | |
-v ./cache:/home/user/.cache \ | |
registry.gitlab.com/concrete1/contra200int8/main:latest |