This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make a list of all fonts in the layout mapserver wants for a font file | |
find /usr/share/fonts -name "*.ttf" | xargs -i sh -c 'echo $(basename {}) {}' > fonts.list |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Name=Spyder3 | |
Exec=/home/<username>/anaconda3/bin/spyder | |
Icon=/usr/share/app-install/icons/spyder3.png | |
Type=Application | |
Terminal=false | |
Categories=Office;Development; | |
MimeType=text/plain |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.209.6/containers/python-3-miniconda/.devcontainer/base.Dockerfile | |
FROM mcr.microsoft.com/vscode/devcontainers/miniconda:0-3 | |
# [Choice] Node.js version: none, lts/*, 16, 14, 12, 10 | |
ARG NODE_VERSION="none" | |
RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"; fi | |
# Copy environment.yml (if found) to a temp location so we update the environment. Also | |
# copy "noop.txt" so the COPY instruction does not fail if no environment.yml exists. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer