DiffDock-Pocket-Web / basic_environment.yml
silterra's picture
Add basic app and basic Dockerfile
ec60126
raw
history blame
170 Bytes
name: basic
channels:
- nvidia
- pytorch
- defaults
- conda-forge
dependencies:
- python=3.9.17
- pip=23.3.1
- pytorch=1.13.1
- pip:
- streamlit==1.28