Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cuda-python
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dockers
cuda-python
Commits
6c2a1265
Commit
6c2a1265
authored
5 years ago
by
Mateusz Gniewkowski
Browse files
Options
Downloads
Patches
Plain Diff
added apt
parent
bfc31401
No related merge requests found
Pipeline
#690
passed with stage
in 6 minutes and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
3.6/Dockerfile
+4
-0
4 additions, 0 deletions
3.6/Dockerfile
3.7/Dockerfile
+4
-0
4 additions, 0 deletions
3.7/Dockerfile
with
8 additions
and
0 deletions
3.6/Dockerfile
+
4
−
0
View file @
6c2a1265
...
@@ -10,6 +10,10 @@ RUN apt-get update && \
...
@@ -10,6 +10,10 @@ RUN apt-get update && \
git
\
git
\
wget
wget
RUN
wget
-q
-O
- http://apt.clarin-pl.eu/KEY.gpg | apt-key add -
&&
\
echo
'deb https://apt.clarin-pl.eu/ /'
>
/etc/apt/sources.list.d/clarin.list
&&
\
apt-get update
RUN
update-alternatives
--install
\
RUN
update-alternatives
--install
\
/usr/bin/python python /usr/bin/python3.6 10
&&
\
/usr/bin/python python /usr/bin/python3.6 10
&&
\
wget https://bootstrap.pypa.io/get-pip.py
&&
\
wget https://bootstrap.pypa.io/get-pip.py
&&
\
...
...
This diff is collapsed.
Click to expand it.
3.7/Dockerfile
+
4
−
0
View file @
6c2a1265
...
@@ -10,6 +10,10 @@ RUN apt-get update && \
...
@@ -10,6 +10,10 @@ RUN apt-get update && \
git
\
git
\
wget
wget
RUN
wget
-q
-O
- http://apt.clarin-pl.eu/KEY.gpg | apt-key add -
&&
\
echo
'deb https://apt.clarin-pl.eu/ /'
>
/etc/apt/sources.list.d/clarin.list
&&
\
apt-get update
RUN
update-alternatives
--install
\
RUN
update-alternatives
--install
\
/usr/bin/python python /usr/bin/python3.7 10
&&
\
/usr/bin/python python /usr/bin/python3.7 10
&&
\
wget https://bootstrap.pypa.io/get-pip.py
&&
\
wget https://bootstrap.pypa.io/get-pip.py
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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