Spaces:
Sleeping
Sleeping
package changes
Browse files- 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 |
|