Spaces:
Runtime error
Runtime error
File size: 222 Bytes
cce856b |
1 2 3 4 5 6 7 8 9 10 11 12 |
#!/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 "$@"
|