Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM yaziciz/deepsurg_vllm_v1
|
|
3 |
WORKDIR /app
|
4 |
|
5 |
RUN pip install --upgrade pip
|
6 |
-
RUN conda env create -f
|
7 |
|
8 |
# Make RUN commands use the new environment:
|
9 |
SHELL ["conda", "run", "-n", "ssgqa", "/bin/bash", "-c"]
|
|
|
3 |
WORKDIR /app
|
4 |
|
5 |
RUN pip install --upgrade pip
|
6 |
+
RUN conda env create -f /environment.yml
|
7 |
|
8 |
# Make RUN commands use the new environment:
|
9 |
SHELL ["conda", "run", "-n", "ssgqa", "/bin/bash", "-c"]
|