bshor commited on
Commit
49ea02a
·
1 Parent(s): cd4d8a7

package changes

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ COPY . .
14
  # RUN pip install --no-cache-dir -r requirements.txt
15
 
16
  # Create Conda environment from env.yaml
17
- RUN conda env create -f env.yaml
18
  SHELL ["conda", "run", "-n", "dockformer-venv", "/bin/bash", "-c"]
19
 
20
 
 
14
  # RUN pip install --no-cache-dir -r requirements.txt
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