Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bayeswave
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
lscsoft
bayeswave
Commits
235f1c20
Commit
235f1c20
authored
5 years ago
by
James Alexander Clark PhD
Browse files
Options
Downloads
Patches
Plain Diff
old line from dockerfile
parent
147fcceb
No related branches found
No related tags found
1 merge request
!128
Overhaul continuous integration and docker images
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
235f1c20
...
...
@@ -19,6 +19,7 @@ COPY test/test-bayeswave.sh /test-bayeswave.sh
COPY
BayesWaveUtils /tmp/BayesWaveUtils
RUN
cd
/tmp/BayesWaveUtils
&&
\
python /tmp/BayesWaveUtils/setup.py
install
RUN
rm
-rf
/tmp/
*
# Remove build dependencies
RUN
yum remove
-y
cmake3
\
...
...
@@ -32,7 +33,6 @@ RUN yum remove -y cmake3 \
rpm-build
&&
\
yum clean all
&&
\
rm
-rf
/var/cache/yum
RUN
rm
-rf
/tmp/
*
~/rpmbuild/
{
BUILD,RPMS,SOURCES,SPECS,SRPMS
}
WORKDIR
/
ENTRYPOINT
["/bin/bash"]
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