bshor commited on
Commit
62f7d75
·
1 Parent(s): f1b5198

package changes

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. env.yml +2 -2
Dockerfile CHANGED
@@ -15,7 +15,7 @@ COPY . .
15
 
16
  # Create Conda environment from env.yaml
17
  RUN conda env create -f env.yml
18
- RUN conda run -n dockformer-venv pip install git+https://github.com/NVIDIA/dllogger.git
19
  # SHELL ["conda", "run", "-n", "dockformer-venv", "/bin/bash", "-c"]
20
 
21
 
 
15
 
16
  # Create Conda environment from env.yaml
17
  RUN conda env create -f env.yml
18
+ RUN conda run -n dockformer-venv pip install git+https://github.com/NVIDIA/dllogger.git gradio gradio_molecule3d
19
  # SHELL ["conda", "run", "-n", "dockformer-venv", "/bin/bash", "-c"]
20
 
21
 
env.yml CHANGED
@@ -30,5 +30,5 @@ dependencies:
30
  # - torch==2.3.0 --index-url https://download.pytorch.org/whl/cu118
31
  - dm-tree==0.1.6
32
  # - git+https://github.com/NVIDIA/dllogger.git
33
- - gradio
34
- - gradio_molecule3d
 
30
  # - torch==2.3.0 --index-url https://download.pytorch.org/whl/cu118
31
  - dm-tree==0.1.6
32
  # - git+https://github.com/NVIDIA/dllogger.git
33
+ # - gradio
34
+ # - gradio_molecule3d