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
6db15380
Commit
6db15380
authored
7 months ago
by
Prema Soundararajan
Browse files
Options
Downloads
Patches
Plain Diff
numpy install
parent
50b9682a
No related branches found
No related tags found
No related merge requests found
Pipeline
#11927
failed with stage
Stage: build
in 1 minute and 55 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-0
2 additions, 0 deletions
Dockerfile
README.md
+1
-0
1 addition, 0 deletions
README.md
with
3 additions
and
0 deletions
Dockerfile
+
2
−
0
View file @
6db15380
...
@@ -16,6 +16,8 @@ WORKDIR /app/DeepLabCut
...
@@ -16,6 +16,8 @@ WORKDIR /app/DeepLabCut
# Create a virtual environment and activate it
# Create a virtual environment and activate it
RUN
python3
-m
venv venv
RUN
python3
-m
venv venv
RUN
pip
install
--upgrade
pip
RUN
pip
install
--upgrade
pip
RUN
pip
install
numpy<2
# Install dependencies
# Install dependencies
RUN
/bin/bash
-c
"source venv/bin/activate && pip install -r requirements.txt && pip install .[gui]"
RUN
/bin/bash
-c
"source venv/bin/activate && pip install -r requirements.txt && pip install .[gui]"
RUN
pip
install
--upgrade
typing-extensions
==
4.5.0
RUN
pip
install
--upgrade
typing-extensions
==
4.5.0
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
0
View file @
6db15380
# Deeplabcut Docker Container
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