Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Deeplabcut
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RC Data Science
community-containers
Deeplabcut
Commits
e8aa8206
Commit
e8aa8206
authored
7 months ago
by
Premas
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
3981dfa2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+12
-2
12 additions, 2 deletions
Dockerfile
with
12 additions
and
2 deletions
Dockerfile
+
12
−
2
View file @
e8aa8206
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment