CapGen / Dockerfile
winstxnhdw's picture
chore: list specific `compute_type`
0ba86cb
raw
history blame
116 Bytes
FROM ghcr.io/winstxnhdw/capgen:main
ENV SERVER_PORT 5000
ENV APP_PORT 7860
ENV OMP_NUM_THREADS 4
EXPOSE $APP_PORT