Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
softmatcha
/
wiki-ja
like
0
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
wiki-ja
/
Dockerfile
gokamoda
init
1ab27b6
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
167 Bytes
FROM
gokamoda/softmatcha-demo-ja-wiki:main
COPY
check_numba.sh check_numba.sh
RUN
bash check_numba.sh
RUN
pwd
RUN
whoami
CMD
[
".venv/bin/python"
,
"src/run_demo.py"
]