mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-25 14:08:27 +00:00
Update readme path in Dockerfile (#537)
* Update Dockerfile forgot to change the extension i believe * Update Dockerfile * Update Dockerfile-GPU
This commit is contained in:
parent
f0969d8310
commit
7a43d1a72d
@ -6,12 +6,12 @@ WORKDIR /home/user
|
||||
COPY haystack /home/user/haystack
|
||||
|
||||
# install as a package
|
||||
COPY setup.py requirements.txt README.rst /home/user/
|
||||
COPY setup.py requirements.txt README.md /home/user/
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pip install -e .
|
||||
|
||||
# copy saved models
|
||||
COPY README.rst models* /home/user/models/
|
||||
COPY README.md models* /home/user/models/
|
||||
|
||||
# Copy REST API code
|
||||
COPY rest_api /home/user/rest_api
|
||||
|
||||
@ -15,12 +15,12 @@ RUN update-alternatives --set python3 /usr/bin/python3.7
|
||||
COPY haystack /home/user/haystack
|
||||
|
||||
# install as a package
|
||||
COPY setup.py requirements.txt README.rst /home/user/
|
||||
COPY setup.py requirements.txt README.md /home/user/
|
||||
RUN pip3 install -r requirements.txt
|
||||
RUN pip3 install -e .
|
||||
|
||||
# copy saved models
|
||||
COPY README.rst models* /home/user/models/
|
||||
COPY README.md models* /home/user/models/
|
||||
|
||||
# Copy REST API code
|
||||
COPY rest_api /home/user/rest_api
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user