Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
float
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
float
Commits
800eb5c7
Commit
800eb5c7
authored
5 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Minor cosmetic fixes to the Dockerfile
parent
2b510cf9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/Dockerfile
+3
-3
3 additions, 3 deletions
test/Dockerfile
with
3 additions
and
3 deletions
test/Dockerfile
+
3
−
3
View file @
800eb5c7
FROM
debian:stable
FROM
debian:stable
RUN
apt-get
-q
update
&&
apt-get
install
--no-install-recommends
-y
python python-pip python-setuptools python-yaml python-nose
RUN
apt-get
-q
update
&&
env
DEBIAN_FRONTEND
=
noninteractive
\
apt-get
install
--no-install-recommends
-y
python python-pip python-setuptools python-yaml python-nose
ADD
. /src
ADD
. /src
WORKDIR
/src
WORKDIR
/src
RUN
mkdir
wheels
\
RUN
python setup.py
install
&&
python setup.py
install
ENV
TEST_CONFIG=/test-config.yml
ENV
TEST_CONFIG=/test-config.yml
ENV
TEST_PARAMS=/src/float_integration_test/test-params.yml
ENV
TEST_PARAMS=/src/float_integration_test/test-params.yml
...
...
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