openfractal-client-space / opf_entrypoint.sh
hadim's picture
WIP
e29131a
raw
history blame
305 Bytes
#!/usr/bin/env bash
# NOTE(hadim): we start a fake dummy server to make HF Space happy.
# In the future we might use that server logic to display a few statistics about the manager.
micromamba run -n ${ENV_NAME} python /tmp/fake_space_server.py &
micromamba run -n ${ENV_NAME} qcfractal-compute-manager