Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
softmatcha
/
wikitext-en
like
0
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
80eea7f
wikitext-en
/
Dockerfile
gokamoda
check numba before run
80eea7f
2 months ago
raw
Copy download link
history
blame
Safe
118 Bytes
FROM
gokamoda/softmatcha-demo-en-wiki:main
RUN
.venv/bin/python numba -s
CMD
[
".venv/bin/python"
,
"src/run_demo.py"
]