Compare commits

..

3 commits

Author SHA1 Message Date
Ankur Sinha (Ankur Sinha Gmail)
6eaf484f39
feat: add description tag to try and fix build
Currently fails with "malformed task" but not enough information on
what's wrong:

https://koji.fedoraproject.org/koji/taskinfo?taskID=69770521
2021-06-10 14:06:49 +01:00
Ankur Sinha (Ankur Sinha Gmail)
527106f457
fix: add FGC variable to correctly namespace image 2021-06-10 11:49:19 +01:00
Ankur Sinha (Ankur Sinha Gmail)
5a68b230a8
Initial commit 2021-01-20 19:35:43 +00:00
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:33
FROM registry.fedoraproject.org/fedora:rawhide
ENV NAME=compneuro VERSION=0 ARCH=x86_64
@ -9,7 +9,8 @@ LABEL com.redhat.component="$NAME" \
run="podman run -it IMAGE" \
maintainer="NeuroFedora SIG <neuro-sig@lists.fedoraproject.org>" \
url="https://neuro.fedoraproject.org" \
summary="The CompNeuro container image includes commonly used neuron modelling and simulation tools."
summary="The CompNeuro container image includes commonly used neuron modelling and simulation tools." \
description="The CompNeuro container image includes commonly used neuron modelling and simulation tools."
# Installing Neuro Fedora Packages and jupyter notebook
RUN dnf --setopt=tsflags=nodocs groupinstall -y --with-optional "Neuron Modelling Simulators" --skip-broken && \

0
sources Normal file
View file