Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Hubert
/
butterflow
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f71c4870
authored
May 01, 2018
by
Hubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed gpg key import
1 parent
a727979e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
README.md
docker-compose.yml
dockerfile
README.md
View file @
f71c487
docker-compose build
docker-compose up
docker-compose exec butterflow bash
docker-compose run --rm butterflow
usage reminder:
...
...
docker-compose.yml
View file @
f71c487
...
...
@@ -6,3 +6,6 @@ services:
restart
:
always
volumes
:
-
./data:/data
command
:
[
'
bash'
]
tty
:
true
stdin_open
:
true
dockerfile
View file @
f71c487
...
...
@@ -18,8 +18,8 @@ RUN sudo -u yaourt rm -rf /tmp/package-query && \
echo
'EXPORT=2'
>> /etc/yaourtrc
&&
\
sudo -u yaourt yaourt --version
RUN
sudo -u yaourt yaourt -Sy --noconfirm butterflow
RUN
sudo
gpg --import 702353E0F7E48EDB
RUN
sudo -u yaourt yaourt -S --noconfirm intel-opencl-runtime
RUN
sudo -u yaourt yaourt -Sy --noconfirm butterflow
;
RUN
sudo
-u yaourt gpg --recv-keys 702353E0F7E48EDB
&&
\
sudo -u yaourt yaourt -S --noconfirm intel-opencl-runtime;
CMD
/bin/bash
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment