Spaces:
Sleeping
Sleeping
package changes
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -15,7 +15,8 @@ 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 |
|
21 |
#if you need to download executable and run them switch to the default non-root user
|
|
|
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 |
+
SHELL ["conda", "activate", "dockformer-venv"]
|
20 |
|
21 |
|
22 |
#if you need to download executable and run them switch to the default non-root user
|