bshor commited on
Commit
cf053df
·
1 Parent(s): 362185d

package changes

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
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 gradio gradio_molecule3d --no-deps
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 gradio_client --no-deps
19
  # SHELL ["conda", "run", "-n", "dockformer-venv", "/bin/bash", "-c"]
20
 
21