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

No commit message

No commit message
parent 06d0220b
No related branches found
No related tags found
No related merge requests found
Pipeline #12060 failed with stage
in 16 minutes and 46 seconds
......@@ -56,17 +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
#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 && 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
......@@ -97,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/libQt6Core.so.6
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