wikitext-en / Dockerfile
gokamoda's picture
check pwd and user
9b79626
raw
history blame contribute delete
167 Bytes
FROM gokamoda/softmatcha-demo-en-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"]