Closed tidylobster closed 6 years ago
RUN ls /model/files/requirements.txt && pip install -r /model/files/requirements.txt --target /model/lib || echo "no requirements"
Try to create an empty requirements.txt one step before installing it with pip.
requirements.txt
Need to modify the BuildScript for python models.
Waiting for @tidylobster's bug reproduction
RUN ls /model/files/requirements.txt && pip install -r /model/files/requirements.txt --target /model/lib || echo "no requirements"
Try to create an empty
requirements.txt
one step before installing it with pip.