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 86281fc commit 72197d9Copy full SHA for 72197d9
.devcontainer/Dockerfile
@@ -5,7 +5,7 @@ FROM mcr.microsoft.com/devcontainers/anaconda:3
5
COPY environment.yml* requirements.txt* .devcontainer/noop.txt .devcontainer/conda_init.txt /tmp/conda-tmp/
6
7
RUN apt-get update; \
8
- apt-get -yq install neovim texlive-full; \
+ apt-get -yq install neovim texlive; \
9
rm -rf /var/lib/apt/lists/*
10
11
RUN conda install mamba -c conda-forge -y; \
0 commit comments