Commit
•
57904d8
1
Parent(s):
2074c9a
I went on vacation too long
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM ghcr.io/huggingface/text-generation-inference:2.0 as base
|
|
3 |
|
4 |
COPY ./requirements.txt /code/requirements.txt
|
5 |
|
6 |
-
RUN pip install /code/requirements.txt
|
7 |
|
8 |
## Install JupyterLab and plugins
|
9 |
#RUN pip install jupyterlab jupyterlab-vim==0.15.1 jupyterlab-vimrc
|
|
|
3 |
|
4 |
COPY ./requirements.txt /code/requirements.txt
|
5 |
|
6 |
+
RUN pip install -r /code/requirements.txt
|
7 |
|
8 |
## Install JupyterLab and plugins
|
9 |
#RUN pip install jupyterlab jupyterlab-vim==0.15.1 jupyterlab-vimrc
|