Spaces:
Sleeping
Sleeping
package changes
Browse files- Dockerfile +1 -1
- env.yml +3 -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 gradio gradio_molecule3d gradio_client --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 httpx --no-deps
|
| 19 |
# SHELL ["conda", "run", "-n", "dockformer-venv", "/bin/bash", "-c"]
|
| 20 |
|
| 21 |
|
env.yml
CHANGED
|
@@ -30,5 +30,6 @@ 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 |
-
|
| 34 |
-
|
|
|
|
|
|
| 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
|
| 35 |
+
- numpy==1.21
|