mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-09 16:52:05 +08:00
new python packages (#51)
* add onnx python package * rest of packagews * and pyqt * this works * just install after
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Generated
+1174
-772
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user