Skip to content

Commit

Permalink
Remove link
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jun 7, 2023
1 parent c2afcef commit 0433142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY poetry.lock .
ARG HNSWLIB_NO_NATIVE=1
RUN poetry install --no-root --with gpt4free
RUN poetry run playwright install --with-deps
COPY --link . .
COPY . .

ENV PATH="/usr/local/bin:$PATH"
ENV LD_PRELOAD=libgomp.so.1
Expand Down

0 comments on commit 0433142

Please sign in to comment.