new python packages (#51)

* add onnx python package

* rest of packagews

* and pyqt

* this works

* just install after
This commit is contained in:
Adeeb Shihadeh
2022-05-19 21:50:30 -07:00
committed by GitHub
parent 46622ab0ba
commit e4bb485c40
3 changed files with 1183 additions and 774 deletions
+4 -2
View File
@@ -84,10 +84,12 @@ COPY ./userspace/Pipfile* /tmp/agnos/
RUN export PATH="/usr/local/pyenv/bin:/usr/local/pyenv/shims:$PATH" && \
export PYENV_ROOT="/usr/local/pyenv" && \
eval "$(pyenv init -)" && \
pip3 install --no-cache-dir --upgrade pip==20.2.4 && \
pip3 install --no-cache-dir --upgrade pipenv==2020.8.13 && \
pip3 install --no-cache-dir --upgrade pip==22.1 && \
pip3 install --no-cache-dir --upgrade pipenv==2022.5.2 && \
cd /tmp/agnos && \
export PYOPENCL_CL_PRETEND_VERSION="2.0" && \
MAKEFLAGS="-j$(nproc)" pipenv install --system --deploy --dev --clear && \
pip install PyQt5==5.15.4 && \
pip uninstall -y pipenv && \
pyenv rehash
+5
View File
@@ -67,6 +67,11 @@ dbus-python = "*"
timezonefinder = "*"
sentry-sdk = "*"
markdown-it-py = "*"
onnx = "*"
pyopencl = "*"
pytest = "*"
#PyQt5 = "5.15.4"
PyQt5-sip = "12.9.0"
[requires]
python_version = "3.8"
+1174 -772
View File
File diff suppressed because it is too large Load Diff