From f9254136f932f5aaf68056e86157014b437810b6 Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Jan 06 2021 22:40:03 +0000 Subject: Rename to dockerfile --- diff --git a/Containerfile b/Containerfile deleted file mode 100644 index 9967134..0000000 --- a/Containerfile +++ /dev/null @@ -1,20 +0,0 @@ -FROM registry.fedoraproject.org/fedora:rawhide - -ENV NAME=compneuro VERSION=0 ARCH=x86_64 - -LABEL com.redhat.component="$NAME" \ - name="$NAME" \ - version="$VERSION" \ - architecture="$ARCH" \ - 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." - -# Installing Neuro Fedora Packages and jupyter notebook -RUN dnf --setopt=tsflags=nodocs groupinstall -y --with-optional "Neuron Modelling Simulators" --skip-broken && \ - dnf clean all - -COPY README.md / - -CMD ["/bin/bash"] diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..9967134 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,20 @@ +FROM registry.fedoraproject.org/fedora:rawhide + +ENV NAME=compneuro VERSION=0 ARCH=x86_64 + +LABEL com.redhat.component="$NAME" \ + name="$NAME" \ + version="$VERSION" \ + architecture="$ARCH" \ + 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." + +# Installing Neuro Fedora Packages and jupyter notebook +RUN dnf --setopt=tsflags=nodocs groupinstall -y --with-optional "Neuron Modelling Simulators" --skip-broken && \ + dnf clean all + +COPY README.md / + +CMD ["/bin/bash"]