bshor commited on
Commit
56e3a76
·
1 Parent(s): 23b3976

package changes

Browse files
Files changed (1) hide show
  1. 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