Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Alphafold3
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
Alphafold3
Commits
899b16d8
Commit
899b16d8
authored
7 months ago
by
Augustin Zidek
Browse files
Options
Downloads
Patches
Plain Diff
Update pip in the virtual environment
PiperOrigin-RevId: 697911731
parent
b108eedc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Cloned AlphaFold 3 repo into this one
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/Dockerfile
+4
-0
4 additions, 0 deletions
docker/Dockerfile
with
4 additions
and
0 deletions
docker/Dockerfile
+
4
−
0
View file @
899b16d8
...
@@ -23,6 +23,10 @@ RUN add-apt-repository ppa:deadsnakes/ppa \
...
@@ -23,6 +23,10 @@ RUN add-apt-repository ppa:deadsnakes/ppa \
&&
DEBIAN_FRONTEND
=
noninteractive apt
install
--yes
--quiet
python3.11 python3-pip python3.11-venv python3.11-dev
&&
DEBIAN_FRONTEND
=
noninteractive apt
install
--yes
--quiet
python3.11 python3-pip python3.11-venv python3.11-dev
RUN
python3.11
-m
venv /alphafold3_venv
RUN
python3.11
-m
venv /alphafold3_venv
ENV
PATH="/hmmer/bin:/alphafold3_venv/bin:$PATH"
ENV
PATH="/hmmer/bin:/alphafold3_venv/bin:$PATH"
# Update pip to the latest version. Not necessary in Docker, but good to do when
# this is used as a recipe for local installation since we rely on new pip
# features for secure installs.
RUN
pip3
install
--upgrade
pip
# Install HMMER. Do so before copying the source code, so that docker can cache
# Install HMMER. Do so before copying the source code, so that docker can cache
# the image layer containing HMMER.
# the image layer containing HMMER.
...
...
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