Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
74
Issue boards
Milestones
Wiki
Code
Merge requests
13
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
hpc-factory
Commits
77d41ff5
Commit
77d41ff5
authored
2 years ago
by
Bo-Chun Chen
Browse files
Options
Downloads
Patches
Plain Diff
Add Dockerfile
parent
19e5a790
No related branches found
No related tags found
1 merge request
!18
Add Dockerfile
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+16
-0
16 additions, 0 deletions
Dockerfile
with
16 additions
and
0 deletions
Dockerfile
0 → 100644
+
16
−
0
View file @
77d41ff5
FROM
python:3.6-slim
ENV
S3CMD_VER=2.3.0
ENV
ANSIBLE_VER=4.10.0
ENV
OSC_VER=5.8.0
ADD
./packer /usr/local/bin
RUN
apt-get update
&&
apt-get
install
--no-install-recommends
-y
\
git
\
ssh
\
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
pip
install
--no-cache-dir
--upgrade
pip
\
&&
pip
install
--no-cache-dir
\
s3cmd
==
$S3CMD_VER
\
ansible
==
$ANSIBLE_VER
\
python-openstackclient
==
$OSC_VER
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