Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated dockerfile to correct some errors in requirement.txt # Upgrade pip, setuptools, and wheel RUN pip3 install --upgrade pip setuptools wheel RUN pip3 install --use-pep517 aiostream==0.4.3 --no-cache-dir --verbose RUN pip3 install --use-pep517 -r requirements.txt --no-cache-dir --verbose
- Loading branch information