Skip to content

Commit

Permalink
Fixed requirements typo in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped authored Oct 18, 2023
1 parent 0ee25f5 commit 4a6268a
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 @@ -26,7 +26,7 @@ RUN apt-get install python3-dev -y
WORKDIR /code

# install dependencies
COPY .requirements.txt /code/requirements.txt
COPY ./requirements.txt /code/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt

# resolve issue with tf==2.4 and gradio dependency collision issue
Expand Down

0 comments on commit 4a6268a

Please sign in to comment.