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

No commit message

No commit message
parent 6bd428a4
No related branches found
No related tags found
No related merge requests found
Pipeline #12041 passed with stage
in 27 minutes and 56 seconds
......@@ -56,18 +56,17 @@ RUN apt-get update && apt-get install -y \
xorg \
zip \
&& rm -rf /var/lib/apt/lists
#RUN apt-get update
#RUN apt-get install -y qt6-base-dev
RUN apt-get update && apt-get install -y \
qtbase5-dev \
qttools5-dev-tools \
libqt5x11extras5 \
libqt5gui5 \
libqt5widgets5 \
libqt5core5a \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get update
RUN apt-get install -y qt6-base-dev
#RUN apt-get update && apt-get install -y \
# qtbase5-dev \
# qttools5-dev-tools \
# libqt5x11extras5 \
#libqt5gui5 \
# libqt5widgets5 \
# libqt5core5a \
# && rm -rf /var/lib/apt/lists/*
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1
......@@ -87,7 +86,7 @@ RUN python3 -m venv deepenv
# Upgrade pip within the virtual environment
RUN /app/DeepLabCut/deepenv/bin/pip install --upgrade pip
####
RUN /app/DeepLabCut/deepenv/bin/pip install pyqt5
#RUN /app/DeepLabCut/deepenv/bin/pip install pyqt5
RUN /app/DeepLabCut/deepenv/bin/pip install wheel
# Install compatible versions of numpy and typing-extensions
......@@ -98,5 +97,5 @@ RUN /app/DeepLabCut/deepenv/bin/pip install .["gui"]
# Set the entry point to use the correct Python from the virtual environment
#ENTRYPOINT ["/app/DeepLabCut/deepenv/bin/python3", "-m", "deeplabcut"]
RUN strip --remove-section=.note.ABI-tag /lib/x86_64-linux-gnu/libQt5Core.so.5
#RUN strip --remove-section=.note.ABI-tag /lib/x86_64-linux-gnu/libQt5Core.so.5
ENTRYPOINT ["/bin/bash"]
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