hadim commited on
Commit
e29131a
1 Parent(s): d3b7a29
Files changed (1) hide show
  1. opf_entrypoint.sh +1 -0
opf_entrypoint.sh CHANGED
@@ -1,6 +1,7 @@
1
  #!/usr/bin/env bash
2
 
3
  # NOTE(hadim): we start a fake dummy server to make HF Space happy.
 
4
  micromamba run -n ${ENV_NAME} python /tmp/fake_space_server.py &
5
 
6
  micromamba run -n ${ENV_NAME} qcfractal-compute-manager
 
1
  #!/usr/bin/env bash
2
 
3
  # NOTE(hadim): we start a fake dummy server to make HF Space happy.
4
+ # In the future we might use that server logic to display a few statistics about the manager.
5
  micromamba run -n ${ENV_NAME} python /tmp/fake_space_server.py &
6
 
7
  micromamba run -n ${ENV_NAME} qcfractal-compute-manager