Skip to content
Snippets Groups Projects
Commit e8aa8206 authored by Premas's avatar Premas
Browse files

No commit message

No commit message
parent 3981dfa2
No related branches found
No related tags found
No related merge requests found
...@@ -57,8 +57,16 @@ RUN apt-get update && apt-get install -y \ ...@@ -57,8 +57,16 @@ RUN apt-get update && apt-get install -y \
zip \ zip \
&& rm -rf /var/lib/apt/lists && rm -rf /var/lib/apt/lists
RUN apt-get update #RUN apt-get update
RUN apt-get install -y qt6-base-dev #RUN apt-get install -y qt6-base-dev
RUN apt-get update && apt-get install -y \
qt5-default \
qttools5-dev-tools \
libqt5x11extras5 \
libqt5gui5 \
libqt5widgets5 \
libqt5core5a
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1 RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1
...@@ -77,6 +85,8 @@ RUN python3 -m venv deepenv ...@@ -77,6 +85,8 @@ RUN python3 -m venv deepenv
# Upgrade pip within the virtual environment # Upgrade pip within the virtual environment
RUN /app/DeepLabCut/deepenv/bin/pip install --upgrade pip RUN /app/DeepLabCut/deepenv/bin/pip install --upgrade pip
####
RUN /app/DeepLabCut/deepenv/bin/pip install pyqt5
RUN /app/DeepLabCut/deepenv/bin/pip install wheel RUN /app/DeepLabCut/deepenv/bin/pip install wheel
# Install compatible versions of numpy and typing-extensions # Install compatible versions of numpy and typing-extensions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment