We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2798ed commit 5aa5ae2Copy full SHA for 5aa5ae2
Dockerfile
@@ -1,4 +1,5 @@
1
FROM condaforge/miniforge3
2
+LABEL org.opencontainers.image.description "A distrobox container image for the Spyder IDE!"
3
4
# Creating new environment according to environment.yml
5
WORKDIR /app
@@ -12,4 +13,4 @@ RUN /opt/conda/bin/conda init bash
12
13
# Install packages
14
RUN chmod +x packages.sh
15
ARG DEBIAN_FRONTEND=noninteractive
-RUN ./packages.sh
16
+RUN ./packages.sh
0 commit comments