Skip to content

Commit

Permalink
Merge pull request #18 from andreped/docker-fix
Browse files Browse the repository at this point in the history
Fixed requirements typo in Dockerfile
  • Loading branch information
andreped committed Oct 18, 2023
2 parents 3374e2b + 4a6268a commit e4831bb
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 e4831bb

Please sign in to comment.