Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyrados-build
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
Container Registry
Model registry
Operate
Environments
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
Bruce Flynn
pyrados-build
Commits
b1828425
Commit
b1828425
authored
4 years ago
by
Ethan Nelson
Browse files
Options
Downloads
Patches
Plain Diff
update for py38
parent
00c692be
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
update for py38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+6
-2
6 additions, 2 deletions
Dockerfile
with
6 additions
and
2 deletions
Dockerfile
+
6
−
2
View file @
b1828425
...
...
@@ -16,7 +16,7 @@ RUN git clone -b mimic https://github.com/ceph/ceph.git /ceph
ENV
PATH "/miniconda/bin:$PATH"
RUN
curl
-so
installer.sh https://repo.
continuum.io
/miniconda/Miniconda3-latest-Linux-x86_64.sh
&&
\
RUN
curl
-so
installer.sh https://repo.
anaconda.com
/miniconda/Miniconda3-latest-Linux-x86_64.sh
&&
\
bash installer.sh
-b
-p
/miniconda
&&
\
rm
installer.sh
&&
\
/miniconda/bin/conda clean
-y
--all
&&
\
...
...
@@ -38,6 +38,10 @@ RUN conda create -n py36 "python >=3.6,<3.7" cython wheel && \
rm
-rf
build dist
&&
\
scl
enable
devtoolset-7
"./build.sh py36"
RUN
conda create
-n
py37
"python
>
=3.7"
cython wheel
&&
\
RUN
conda create
-n
py37
"python
=
=3.7"
cython wheel
&&
\
rm
-rf
build dist
&&
\
scl
enable
devtoolset-7
"./build.sh py37"
RUN
conda create
-n
py38
"python ==3.8"
cython wheel
&&
\
rm
-rf
build dist
&&
\
scl
enable
devtoolset-7
"./build.sh py38"
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