DiffDock-Pocket-Web / entrypoint.sh
silterra's picture
Add entrypoint script
cce856b
raw
history blame
222 Bytes
#!/bin/bash --login
# Initialize the shell for micromamba
eval "$(micromamba shell hook --shell bash)"
micromamba activate diffdock-pocket
# Basic script to indicate the device
# python utils/print_device.py
exec "$@"