Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
c-gohlke
/
LitRL-Inference
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d399ccf
LitRL-Inference
/
Dockerfile
c-gohlke
Update Space
071876d
about 1 year ago
raw
Copy download link
history
blame
Safe
196 Bytes
FROM
python:
3.11
COPY
./Makefile /opt/Makefile
COPY
./pyproject.toml /opt/pyproject.toml
WORKDIR
/opt
RUN
make .venv
COPY
./src /opt/src
# Runtime args
CMD
.venv/bin/python -m src.create_app.py