praeclarumjj3 commited on
Commit
a613d6a
1 Parent(s): 2cfa377

Fix cocoapi

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -50,6 +50,7 @@ RUN python3.8 -m pip install typing-extensions
50
  RUN python3.8 -m pip install --upgrade setuptools
51
  RUN python3.8 -m pip install wheel
52
  RUN python3.8 -m pip install cython
 
53
  RUN python3.8 -m pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
54
 
55
  COPY . .
 
50
  RUN python3.8 -m pip install --upgrade setuptools
51
  RUN python3.8 -m pip install wheel
52
  RUN python3.8 -m pip install cython
53
+ RUN python3.8 -m pip install numpy
54
  RUN python3.8 -m pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
55
 
56
  COPY . .