diff --git a/Dockerfile b/Dockerfile index 43e6abe..e67b67f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:rawhide +FROM registry.fedoraproject.org/fedora:33 ENV NAME=compneuro VERSION=0 ARCH=x86_64 @@ -9,8 +9,7 @@ LABEL com.redhat.component="$NAME" \ run="podman run -it IMAGE" \ maintainer="NeuroFedora SIG " \ url="https://neuro.fedoraproject.org" \ - 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." + summary="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 && \ diff --git a/sources b/sources deleted file mode 100644 index e69de29..0000000