Spaces:
Sleeping
Sleeping
package changes
Browse files- Dockerfile +1 -0
- env.yml +1 -1
Dockerfile
CHANGED
@@ -15,6 +15,7 @@ COPY . .
|
|
15 |
|
16 |
# Create Conda environment from env.yaml
|
17 |
RUN conda env create -f env.yml
|
|
|
18 |
# SHELL ["conda", "run", "-n", "dockformer-venv", "/bin/bash", "-c"]
|
19 |
|
20 |
|
|
|
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 |
|
env.yml
CHANGED
@@ -29,6 +29,6 @@ dependencies:
|
|
29 |
- pip:
|
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
|
|
|
29 |
- pip:
|
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
|