Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
softmatcha
/
NLP2025
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e60d314
NLP2025
/
Dockerfile
gokamoda
check numba before run
e60d314
13 days ago
raw
Copy download link
history
blame
Safe
168 Bytes
FROM
gokamoda/softmatcha-demo-nlp2025: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"
]