orientationpy / Dockerfile
MalloryWittwerEPFL's picture
Start from serverkit image
f86c256
raw
history blame contribute delete
152 Bytes
FROM registry.hf.space/mallorywittwerepfl-imaging-server-kit:latest
COPY --chown=user . .
RUN pip install --no-cache-dir --upgrade -r requirements.txt