Pinned Loading
-
-
-
-
Dockerfile builds image from tensorf...
Dockerfile builds image from tensorflow official image to use with Jupyter notebook, adding packages to use in #MIT6.S191 and in #AI4EM_MOOC 1FROM tensorflow/tensorflow:latest-jupyter2RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
3RUN apt-get -y update4RUN apt-get install dialog apt-utils -y && apt-get install libgl1-mesa-glx -y && apt-get install libproj-dev -y && apt-get install libgdal-dev -y && apt-get install abcmidi timidity -y && apt-get install graphviz -y && apt-get install python3-gdal -y5RUN useradd -m -u 1000 diago -
Shell script to install LaTeX sty fi...
Shell script to install LaTeX sty files from LaTeX packages on CTAN to Debian/Ubuntu 1#!/bin/bash23# Process https://tex.stackexchange.com/a/113845# set -x -
netCDF test with R for a job intervi...
netCDF test with R for a job interview (1st part) 1library(curl)2url = "ftp://.../tas_201711.nc"
3curl_download(url = url, destfile = "/tmp/tas_201711.nc")
45
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


