contra-200 / Dockerfile
Enpas's picture
Update Dockerfile
c9a7fa5 verified
raw
history blame
217 Bytes
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