andreped commited on
Commit
4a6268a
1 Parent(s): 0ee25f5

Fixed requirements typo in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN apt-get install python3-dev -y
26
  WORKDIR /code
27
 
28
  # install dependencies
29
- COPY .requirements.txt /code/requirements.txt
30
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
31
 
32
  # resolve issue with tf==2.4 and gradio dependency collision issue
 
26
  WORKDIR /code
27
 
28
  # install dependencies
29
+ COPY ./requirements.txt /code/requirements.txt
30
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
31
 
32
  # resolve issue with tf==2.4 and gradio dependency collision issue