code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
FROM dockerfile/java MAINTAINER Gian Inductivo <gian@dynamicobjx.com> RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes software-properties-common wget RUN wget http://apt.typesafe.com/repo-deb-build-0002.deb RUN dpkg -i repo-deb-build-0002.deb RUN rm -f repo-deb-build-0002.deb RUN apt-get update RU...
ginduc/docker-activator-akka-spray
Dockerfile
Dockerfile
apache-2.0
938
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-alpine:edge-build # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McV...
resin-io-library/base-images
balena-base-images/python/imx7-var-som/alpine/edge/3.9.7/build/Dockerfile
Dockerfile
apache-2.0
4,836
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-nx-devkit-alpine:3.15-build ENV GO_VERSION 1.17.7 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswit...
resin-io-library/base-images
balena-base-images/golang/jetson-xavier-nx-devkit/alpine/3.15/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,350
# AUTOGENERATED FILE FROM balenalib/beaglebone-pocket-alpine:3.15-build ENV NODE_VERSION 16.14.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \...
resin-io-library/base-images
balena-base-images/node/beaglebone-pocket/alpine/3.15/16.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,958
# AUTOGENERATED FILE FROM balenalib/nitrogen6xq2g-ubuntu:xenial-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: p...
nghiant2710/base-images
balena-base-images/python/nitrogen6xq2g/ubuntu/xenial/3.5.10/build/Dockerfile
Dockerfile
apache-2.0
4,836
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-wifi-alpine:edge-build ENV GO_VERSION 1.14.14 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitc...
nghiant2710/base-images
balena-base-images/golang/beaglebone-green-wifi/alpine/edge/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
2,350
# AUTOGENERATED FILE FROM balenalib/odyssey-x86-alpine:3.14-run ENV Logging__Console__FormatterName=Json RUN apk add --no-cache \ ca-certificates \ \ # .NET Core dependencies krb5-libs \ libgcc \ libintl \ libssl1.1 \ libstdc++ \ icu-libs \ ...
resin-io-library/base-images
balena-base-images/dotnet/odyssey-x86/alpine/3.14/6.0-aspnet/run/Dockerfile
Dockerfile
apache-2.0
3,102
# AUTOGENERATED FILE FROM balenalib/surface-pro-6-debian:stretch-build RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu63 \ libssl1.1 \...
nghiant2710/base-images
balena-base-images/dotnet/surface-pro-6/debian/stretch/3.1-runtime/build/Dockerfile
Dockerfile
apache-2.0
2,547
# AUTOGENERATED FILE FROM balenalib/amd64-ubuntu:disco-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key...
nghiant2710/base-images
balena-base-images/python/amd64/ubuntu/disco/3.7.9/build/Dockerfile
Dockerfile
apache-2.0
4,831
# AUTOGENERATED FILE FROM balenalib/beaglebone-black-ubuntu:impish-build ENV NODE_VERSION 14.18.3 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyse...
resin-io-library/base-images
balena-base-images/node/beaglebone-black/ubuntu/impish/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,763
FROM resin/rpi-raspbian:wheezy MAINTAINER Mark Bonnekessel <marbon@mailbox.org> # Install packages------------------------------------------------------ RUN apt-get update && apt-get install -y \ wget \ tar \ autotools-dev \ automake \ autoconf \ make \ libc...
MSUAS-15SoSe-MProj/diperf
docker/images/mpi/base/Dockerfile
Dockerfile
apache-2.0
2,844
# AUTOGENERATED FILE FROM balenalib/imx7-var-som-debian:jessie-build ENV NODE_VERSION 14.15.4 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ ...
nghiant2710/base-images
balena-base-images/node/imx7-var-som/debian/jessie/14.15.4/build/Dockerfile
Dockerfile
apache-2.0
2,789
# AUTOGENERATED FILE FROM balenalib/qemux86-64-debian:bookworm-run RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu67 \ libssl1.1 \ ...
resin-io-library/base-images
balena-base-images/dotnet/qemux86-64/debian/bookworm/3.1-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,543
# AUTOGENERATED FILE FROM balenalib/surface-pro-6-debian:bullseye-run ENV NODE_VERSION 10.24.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyse...
nghiant2710/base-images
balena-base-images/node/surface-pro-6/debian/bullseye/10.24.0/run/Dockerfile
Dockerfile
apache-2.0
2,952
# AUTOGENERATED FILE FROM balenalib/generic-aarch64-ubuntu:cosmic-run ENV NODE_VERSION 15.14.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.p...
nghiant2710/base-images
balena-base-images/node/generic-aarch64/ubuntu/cosmic/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,919
# AUTOGENERATED FILE FROM balenalib/nanopc-t4-debian:buster-run ENV NODE_VERSION 16.14.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver k...
resin-io-library/base-images
balena-base-images/node/nanopc-t4/debian/buster/16.14.0/run/Dockerfile
Dockerfile
apache-2.0
2,931
# Build the http test server binary FROM golang:1.17.5 as builder # Copy in the go src WORKDIR /go/src/sigs.k8s.io/apiserver-network-proxy # Copy the Go Modules manifests COPY go.mod go.mod COPY go.sum go.sum # This is required before go mod download because we have a # replace directive for konnectivity-client in ...
kubernetes-sigs/apiserver-network-proxy
artifacts/images/test-server-build.Dockerfile
Dockerfile
apache-2.0
882
FROM ubuntu:xenial MAINTAINER Oleg Grenrus <oleg.grenrus@iki.fi> # UTF FTW ENV LANG C.UTF-8 # hvr-ppa and some core packages RUN apt-get -yq update && apt-get -yq --no-install-suggests --no-install-recommends install \ automake \ build-essential \ ca-certificates \ git \ python-software-properties...
hvr/multi-ghc-travis
docker/ghc-8.6.5/Dockerfile
Dockerfile
bsd-3-clause
2,373
FROM balenalib/aarch64-alpine:edge-run LABEL io.balena.device-type="photon-xavier-nx" RUN apk add --update \ less \ nano \ net-tools \ ifupdown \ usbutils \ gnupg \ && rm -rf /var/cache/apk/* RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker ima...
nghiant2710/base-images
balena-base-images/device-base/photon-xavier-nx/alpine/edge/run/Dockerfile
Dockerfile
apache-2.0
1,021
FROM biocontainers/biocontainers:debian-stretch-backports MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="predictprotein" \ container="predictprotein" \ about.summary="suite of protein sequence analysis tools" \ about.home="http://www.predictprotein.org" \ software.version="1.1.07-...
BioDocker/containers
predictprotein/1.1.07-2-deb/Dockerfile
Dockerfile
apache-2.0
786
# AUTOGENERATED FILE FROM balenalib/beaglebone-black-alpine:3.12-run # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo 'd...
nghiant2710/base-images
balena-base-images/openjdk/beaglebone-black/alpine/3.12/7-jre/run/Dockerfile
Dockerfile
apache-2.0
1,765
# AUTOGENERATED FILE FROM balenalib/jetson-nano-2gb-devkit-ubuntu:bionic-build # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # ...
nghiant2710/base-images
balena-base-images/openjdk/jetson-nano-2gb-devkit/ubuntu/bionic/8-jre/build/Dockerfile
Dockerfile
apache-2.0
3,113
# Copyright 2015-2016, Google Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # * Redistributions of source code must retain the above copyright # notice, this list of conditions and ...
VcamX/grpc
tools/dockerfile/test/python_jessie_x64/Dockerfile
Dockerfile
bsd-3-clause
2,916
# # NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh" # # PLEASE DO NOT EDIT IT DIRECTLY. # FROM mcr.microsoft.com/windows/servercore:1809 # $ProgressPreference: https://github.com/PowerShell/PowerShell/issues/2138#issuecomment-251261324 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $Pr...
infosiftr/julia
1.8-rc/windows/windowsservercore-1809/Dockerfile
Dockerfile
mit
1,506
# Dockerfile for DockerUI FROM ubuntu MAINTAINER Michael Crosby http://crosbymichael.com RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list RUN apt-get update RUN apt-get upgrade -y ADD . /app/ EXPOSE 9000 WORKDIR /app/ ENTRYPOINT ["./dockerui"]
dockerforge/dockerui
Dockerfile
Dockerfile
mit
295
from library/postgres RUN ["mkdir", "/docker-entrypoint-initdb.d"] ADD baseline.sql /docker-entrypoint-initdb.d/
jaybennett89/thorium-go
sql/Dockerfile
Dockerfile
mit
114
FROM python:alpine3.6 COPY . /app WORKDIR /app RUN python setup.py install RUN python -m unittest discover
ShifuYee/Discord-Bot
Dockerfile
Dockerfile
mit
109
FROM ruby:latest RUN mkdir -p /usr/src/app/lib/mass_shootings WORKDIR /usr/src/app/ COPY Gemfile mass_shootings.gemspec /usr/src/app/ COPY lib/mass_shootings/gemspec.rb lib/mass_shootings/version.rb \ /usr/src/app/lib/mass_shootings/ RUN bundle install COPY . /usr/src/app/ CMD bundle exec rake
zobar/mass_shootings
Dockerfile
Dockerfile
mit
300
FROM ubuntu:16.04 MAINTAINER Thomas Brüggemann <mail@thomasbrueggemann.com> LABEL Description="npm-trending.com Website" Vendor="Thomas Brüggemann" Version="1.0.1" # INSTALL DEPENDENCIES RUN apt-get update -y && apt-get install -y curl RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - RUN apt-get install -y n...
thomasbrueggemann/npm-trending
web/Dockerfile
Dockerfile
mit
437
FROM osrg/ryu ADD app /app WORKDIR /app EXPOSE 6633 CMD ryu-manager trekin
samrussell/trekin
trekin/Dockerfile
Dockerfile
mit
75
FROM golang as builder ADD . /go/ovirt_exporter/ WORKDIR /go/ovirt_exporter RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /go/bin/ovirt_exporter FROM alpine:latest ENV API_INSECURE false ENV WITH_SNAPSHOTS false ENV WITH_NETWORK true RUN apk --no-cache add ca-certificates WORKDIR /app COPY --from=buil...
czerwonk/ovirt_exporter
Dockerfile
Dockerfile
mit
541
FROM golang:1.8 WORKDIR /go/src/github.com/orange-lang/orange ADD . /go/src/github.com/orange-lang/orange RUN go get -t -v ./... RUN go build RUN go test -v ./test/...
rfratto/orange
Dockerfile
Dockerfile
mit
174
FROM ubuntu:14.04 MAINTAINER Rob Syme <rob.syme@gmail.com> RUN apt-get update && apt-get install -y default-jre wget coreutils RUN mkdir -p /opt/interproscan && \ cd /opt/interproscan && \ wget ftp://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/5.7-48.0/interproscan-5.7-48.0-64-bit.tar.gz* && \ md5sum -c int...
robsyme/nextflow-annotate
Dockerfiles/interproscan/Dockerfile
Dockerfile
mit
715
FROM node:6.9.3 #contents based on http://jdlm.info/articles/2016/03/06/lessons-building-node-app-docker.html RUN apt-get update && apt-get install -y build-essential sox libatlas-base-dev espeak && apt-get purge -y COPY package.json /home/app/ WORKDIR /home/app RUN npm install
matueranet/genie-ai
Dockerfile
Dockerfile
mit
283
FROM suchja/x11client:latest MAINTAINER Jan Suchotzki <jan@suchotzki.de> # Inspired by monokrome/wine ENV WINE_MONO_VERSION 0.0.8 USER root # Install some tools required for creating the image RUN apt-get update \ && apt-get install -y --no-install-recommends \ curl \ unzip \ ca-certificates # Install wine an...
suchja/wine
Dockerfile
Dockerfile
cc0-1.0
1,361
# AUTOGENERATED FILE FROM balenalib/bananapi-m1-plus-debian:buster-run RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu63 \ libssl1.1 \...
resin-io-library/base-images
balena-base-images/dotnet/bananapi-m1-plus/debian/buster/5.0-runtime/run/Dockerfile
Dockerfile
apache-2.0
2,530
FROM smartdeveloperhub/sdh-ci-harvester-docker MAINTAINER Fernando Serena <fernando.serena@centeropenmiddleware.com>
SmartDeveloperHub/sdh-platform
ciharvester/Dockerfile
Dockerfile
apache-2.0
118
# jonah # # VERSION 0.1 FROM ubuntu:14.04 MAINTAINER Werner R. Mendizabal "werner.mendizabal@gmail.com" RUN apt-get install -y curl git-core nginx openssh-server python-pip uwsgi uwsgi-plugin-python RUN pip install virtualenv ADD . /var/www/jonah RUN virtualenv /var/www/jonah/env RUN . /var/www/jona...
rackerlabs/jonah
Dockerfile
Dockerfile
apache-2.0
778
# AUTOGENERATED FILE FROM balenalib/n510-tx2-alpine:3.10-build ENV GO_VERSION 1.15.7 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] && ec...
nghiant2710/base-images
balena-base-images/golang/n510-tx2/alpine/3.10/1.15.7/build/Dockerfile
Dockerfile
apache-2.0
2,335
# AUTOGENERATED FILE FROM balenalib/generic-armv7ahf-alpine:3.13-run ENV NODE_VERSION 14.16.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN buildDeps='curl' \ && set -x \ && for key in \ 6A010C516...
nghiant2710/base-images
balena-base-images/node/generic-armv7ahf/alpine/3.13/14.16.0/run/Dockerfile
Dockerfile
apache-2.0
3,031
# AUTOGENERATED FILE FROM balenalib/generic-armv7ahf-debian:buster-run ENV GO_VERSION 1.15.7 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && ...
nghiant2710/base-images
balena-base-images/golang/generic-armv7ahf/debian/buster/1.15.7/run/Dockerfile
Dockerfile
apache-2.0
2,360
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-s-ubuntu:bionic-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install pyt...
resin-io-library/base-images
balena-base-images/python/asus-tinker-board-s/ubuntu/bionic/3.7.12/run/Dockerfile
Dockerfile
apache-2.0
4,076
# AUTOGENERATED FILE FROM balenalib/nitrogen8mm-ubuntu:disco-run ENV NODE_VERSION 12.21.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.co...
nghiant2710/base-images
balena-base-images/node/nitrogen8mm/ubuntu/disco/12.21.0/run/Dockerfile
Dockerfile
apache-2.0
2,913
# AUTOGENERATED FILE FROM balenalib/via-vab820-quad-debian:sid-run ENV NODE_VERSION 15.7.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver...
nghiant2710/base-images
balena-base-images/node/via-vab820-quad/debian/sid/15.7.0/run/Dockerfile
Dockerfile
apache-2.0
2,939
# AUTOGENERATED FILE FROM balenalib/jetson-nano-debian:bullseye-build ENV GO_VERSION 1.15.8 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "0e31ea4bf53496b0f0809730520dee98c0ae5c530f3701a19df0ba0a327bf3d2 go$GO_VERSION.linux-arm64.tar.gz...
nghiant2710/base-images
balena-base-images/golang/jetson-nano/debian/bullseye/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,004
# AUTOGENERATED FILE FROM balenalib/asus-tinker-board-fedora:33-build # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtu...
resin-io-library/base-images
balena-base-images/python/asus-tinker-board/fedora/33/3.6.15/build/Dockerfile
Dockerfile
apache-2.0
2,445
FROM node:6-onbuild EXPOSE 25863 CMD [ "node", "index", "start" ]
findmypast-oss/jackal
Dockerfile
Dockerfile
apache-2.0
68
# AUTOGENERATED FILE FROM balenalib/raspberrypi2-debian:stretch-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: p...
nghiant2710/base-images
balena-base-images/python/raspberrypi2/debian/stretch/3.9.4/build/Dockerfile
Dockerfile
apache-2.0
4,859
# AUTOGENERATED FILE FROM balenalib/nanopi-neo-air-alpine:3.11-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk...
nghiant2710/base-images
balena-base-images/python/nanopi-neo-air/alpine/3.11/3.8.9/run/Dockerfile
Dockerfile
apache-2.0
4,134
# AUTOGENERATED FILE FROM balenalib/artik5-alpine:3.11-build ENV NODE_VERSION 15.6.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ g...
nghiant2710/base-images
balena-base-images/node/artik5/alpine/3.11/15.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,951
# AUTOGENERATED FILE FROM balenalib/srd3-tx2-debian:buster-run ENV GO_VERSION 1.15.6 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-get ...
nghiant2710/base-images
balena-base-images/golang/srd3-tx2/debian/buster/1.15.6/run/Dockerfile
Dockerfile
apache-2.0
2,323
# AUTOGENERATED FILE FROM balenalib/generic-armv7ahf-alpine:3.15-run # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo 'd...
resin-io-library/base-images
balena-base-images/openjdk/generic-armv7ahf/alpine/3.15/7-jre/run/Dockerfile
Dockerfile
apache-2.0
1,765
# AUTOGENERATED FILE FROM balenalib/npe-x500-m3-debian:jessie-run ENV GO_VERSION 1.16.3 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-g...
nghiant2710/base-images
balena-base-images/golang/npe-x500-m3/debian/jessie/1.16.3/run/Dockerfile
Dockerfile
apache-2.0
2,355
FROM node:argon # Create app directory RUN mkdir -p /usr/src/app WORKDIR /usr/src/app # Install app dependencies COPY package.json /usr/src/app/ RUN npm install # Bundle app source COPY . /usr/src/app EXPOSE 3001 CMD [ "npm", "start" ]
jgarnier/iot-corner
bots/soil_moisture/Dockerfile
Dockerfile
apache-2.0
241
# AUTOGENERATED FILE FROM balenalib/odroid-c1-alpine:3.10-build ENV GO_VERSION 1.14.14 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] && ...
nghiant2710/base-images
balena-base-images/golang/odroid-c1/alpine/3.10/1.14.14/build/Dockerfile
Dockerfile
apache-2.0
2,338
# AUTOGENERATED FILE FROM balenalib/raspberrypi2-fedora:33-build ENV NODE_VERSION 16.14.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver key...
resin-io-library/base-images
balena-base-images/node/raspberrypi2/fedora/33/16.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,753
FROM balenalib/aarch64-alpine:3.13-run LABEL io.balena.device-type="jetson-tx2-nx-devkit" RUN apk add --update \ less \ nano \ net-tools \ ifupdown \ usbutils \ gnupg \ && rm -rf /var/cache/apk/* RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker...
resin-io-library/base-images
balena-base-images/device-base/jetson-tx2-nx-devkit/alpine/3.13/run/Dockerfile
Dockerfile
apache-2.0
1,025
# AUTOGENERATED FILE FROM balenalib/imx8mm-var-dart-fedora:31-run ENV GO_VERSION 1.15.11 # gcc for cgo RUN dnf install -y \ gcc-c++ \ gcc \ git \ && dnf clean all RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "bfc8f07945296e97c6d...
nghiant2710/base-images
balena-base-images/golang/imx8mm-var-dart/fedora/31/1.15.11/run/Dockerfile
Dockerfile
apache-2.0
2,078
# AUTOGENERATED FILE FROM balenalib/raspberrypi2-debian:jessie-build ENV GO_VERSION 1.14.13 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "53c5236a76730f6487052fa1a629d6f5efdde6341cfc2e0544b0b28aefc27708 go$GO_VER...
nghiant2710/base-images
balena-base-images/golang/raspberrypi2/debian/jessie/1.14.13/build/Dockerfile
Dockerfile
apache-2.0
2,032
# AUTOGENERATED FILE FROM balenalib/intel-nuc-debian:bullseye-build ENV NODE_VERSION 12.21.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ ...
nghiant2710/base-images
balena-base-images/node/intel-nuc/debian/bullseye/12.21.0/build/Dockerfile
Dockerfile
apache-2.0
2,793
# AUTOGENERATED FILE FROM balenalib/etcher-pro-ubuntu:disco-build ENV GO_VERSION 1.15.8 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "0e31ea4bf53496b0f0809730520dee98c0ae5c530f3701a19df0ba0a327bf3d2 go$GO_VERSION.linux-arm64.tar.gz" | ...
nghiant2710/base-images
balena-base-images/golang/etcher-pro/ubuntu/disco/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
1,997
# AUTOGENERATED FILE FROM balenalib/etcher-pro-ubuntu:cosmic-run ENV GO_VERSION 1.14.13 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-g...
nghiant2710/base-images
balena-base-images/golang/etcher-pro/ubuntu/cosmic/1.14.13/run/Dockerfile
Dockerfile
apache-2.0
2,327
FROM arm32v7/alpine:3.12 LABEL io.balena.architecture="armv7hf" LABEL io.balena.qemu.version="6.0.0+balena1-arm" COPY qemu-arm-static /usr/bin RUN apk add --no-cache \ bash \ ca-certificates \ curl \ dbus \ findutils \ tar \ udev \ gnupg \ && echo $'#!/bin/sh\n\ set -e\n\ set -u\n\ n=0\n\ max=2\n\...
resin-io-library/base-images
balena-base-images/armv7hf/alpine/3.12/build/Dockerfile
Dockerfile
apache-2.0
2,843
# AUTOGENERATED FILE FROM balenalib/up-squared-fedora:33-run # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualenv", s...
nghiant2710/base-images
balena-base-images/python/up-squared/fedora/33/3.7.9/run/Dockerfile
Dockerfile
apache-2.0
2,447
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
xhochy/arrow
dev/tasks/linux-packages/apache-arrow/apt/ubuntu-groovy/Dockerfile
Dockerfile
apache-2.0
2,165
# AUTOGENERATED FILE FROM balenalib/nanopc-t4-debian:sid-build ENV NODE_VERSION 14.16.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg -...
nghiant2710/base-images
balena-base-images/node/nanopc-t4/debian/sid/14.16.1/build/Dockerfile
Dockerfile
apache-2.0
2,776
# AUTOGENERATED FILE FROM balenalib/up-board-debian:buster-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python depende...
nghiant2710/base-images
balena-base-images/python/up-board/debian/buster/3.5.10/run/Dockerfile
Dockerfile
apache-2.0
4,100
# AUTOGENERATED FILE FROM balenalib/n510-tx2-debian:bullseye-build # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For some...
resin-io-library/base-images
balena-base-images/openjdk/n510-tx2/debian/bullseye/17-jdk/build/Dockerfile
Dockerfile
apache-2.0
3,023
# AUTOGENERATED FILE FROM balenalib/artik5-ubuntu:xenial-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public k...
resin-io-library/base-images
balena-base-images/python/artik5/ubuntu/xenial/3.10.2/build/Dockerfile
Dockerfile
apache-2.0
4,826
# AUTOGENERATED FILE FROM balenalib/photon-nano-debian:buster-run ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver ...
resin-io-library/base-images
balena-base-images/node/photon-nano/debian/buster/17.6.0/run/Dockerfile
Dockerfile
apache-2.0
2,931
# AUTOGENERATED FILE FROM balenalib/jetson-nano-alpine:3.13-run ENV NODE_VERSION 15.14.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN buildDeps='curl' \ && set -x \ && for key in \ 6A010C51660065...
nghiant2710/base-images
balena-base-images/node/jetson-nano/alpine/3.13/15.14.0/run/Dockerfile
Dockerfile
apache-2.0
3,026
# AUTOGENERATED FILE FROM balenalib/kitra520-alpine:3.15-run ENV NODE_VERSION 14.18.3 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN buildDeps='curl' \ && set -x \ && for key in \ 6A010C5166006599A...
resin-io-library/base-images
balena-base-images/node/kitra520/alpine/3.15/14.18.3/run/Dockerfile
Dockerfile
apache-2.0
3,017
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-debian:stretch-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python d...
resin-io-library/base-images
balena-base-images/python/jetson-xavier/debian/stretch/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
4,096
# AUTOGENERATED FILE FROM balenalib/artik10-debian:bookworm-run RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu67 \ libssl1.1 \ ...
resin-io-library/base-images
balena-base-images/dotnet/artik10/debian/bookworm/3.1-aspnet/run/Dockerfile
Dockerfile
apache-2.0
3,126
# AUTOGENERATED FILE FROM balenalib/hummingboard2-ubuntu:cosmic-build ENV NODE_VERSION 15.14.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserve...
nghiant2710/base-images
balena-base-images/node/hummingboard2/ubuntu/cosmic/15.14.0/build/Dockerfile
Dockerfile
apache-2.0
2,766
# AUTOGENERATED FILE FROM balenalib/kitra520-alpine:3.11-run ENV NODE_VERSION 14.15.4 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN buildDeps='curl' \ && set -x \ && for key in \ 6A010C5166006599A...
nghiant2710/base-images
balena-base-images/node/kitra520/alpine/3.11/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
3,023
# AUTOGENERATED FILE FROM balenalib/raspberrypi4-64-ubuntu:focal-run ENV NODE_VERSION 14.16.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pg...
nghiant2710/base-images
balena-base-images/node/raspberrypi4-64/ubuntu/focal/14.16.1/run/Dockerfile
Dockerfile
apache-2.0
2,917
# AUTOGENERATED FILE FROM balenalib/orbitty-tx2-debian:stretch-build ENV NODE_VERSION 12.22.9 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ ...
resin-io-library/base-images
balena-base-images/node/orbitty-tx2/debian/stretch/12.22.9/build/Dockerfile
Dockerfile
apache-2.0
2,780
# AUTOGENERATED FILE FROM balenalib/firefly-rk3288-alpine:3.13-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk...
resin-io-library/base-images
balena-base-images/python/firefly-rk3288/alpine/3.13/3.9.7/run/Dockerfile
Dockerfile
apache-2.0
4,130
FROM java:8 ADD config-service-1.0.0-SNAPSHOT.jar app.jar VOLUME /tmp VOLUME /target RUN bash -c 'touch /app.jar' EXPOSE 8888 ENTRYPOINT ["java","-Xmx128M","-Djava.security.egd=file:/dev/./urandom","--spring.profiles.active=docker", "-jar","/app.jar"]
thomasletsch/moserp
backend/infrastructure/config-service/src/main/docker/Dockerfile
Dockerfile
apache-2.0
252
# AUTOGENERATED FILE FROM balenalib/coral-dev-ubuntu:disco-build ENV NODE_VERSION 15.6.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.p...
nghiant2710/base-images
balena-base-images/node/coral-dev/ubuntu/disco/15.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,754
# AUTOGENERATED FILE FROM balenalib/artik5-alpine:3.13-build ENV GO_VERSION 1.17.7 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] && echo...
resin-io-library/base-images
balena-base-images/golang/artik5/alpine/3.13/1.17.7/build/Dockerfile
Dockerfile
apache-2.0
2,333
FROM jupyter/jupyterhub MAINTAINER Thomas Wiecki <thomas.wiecki@gmail.com> RUN apt-get update && apt-get upgrade -y && apt-get install -y wget libsm6 libxrender1 libfontconfig1 libglib2.0-0 # Install miniconda RUN wget --quiet https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh && \ bash Minico...
twiecki/pydata_docker_jupyterhub
Dockerfile
Dockerfile
apache-2.0
1,118
# AUTOGENERATED FILE FROM balenalib/vab820-quad-alpine:3.11-run ENV NODE_VERSION 15.6.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN buildDeps='curl' \ && set -x \ && for key in \ 6A010C516600659...
nghiant2710/base-images
balena-base-images/node/vab820-quad/alpine/3.11/15.6.0/run/Dockerfile
Dockerfile
apache-2.0
3,024
FROM java MAINTAINER Prometheus Team <prometheus-developers@googlegroups.com> EXPOSE 9106 WORKDIR /cloudwatch_exporter ADD . /cloudwatch_exporter RUN apt-get -qy update && apt-get -qy install maven && mvn package && \ mv target/cloudwatch_exporter-*-with-dependencies.jar /cloudwatch_exporter.jar && \ rm -rf /c...
jfindley/cloudwatch_exporter
Dockerfile
Dockerfile
apache-2.0
518
FROM ubuntu:14.04 MAINTAINER MATYSIAK Hervé "matysiak.herve@courrier.uqam.ca" LABEL Description="Image to deploy TodoMVC LATECE Client side Benchmark" LABEL Vendor="LATECE" LABEL Version="0.1" RUN apt-get update && apt-get install -y \ git-core \ nodejs \ npm \ openjdk-7-jre \ openjdk-7-jdk \ RUN git clone ...
Herve-M/todomvc-bench-latece
Dockerfile
Dockerfile
bsd-3-clause
513
FROM ubuntu:18.04 RUN apt-get update && \ apt-get -y upgrade && \ apt-get install -y git curl libmysqlclient-dev pkg-config libncurses5-dev libpcre3-dev RUN curl -sSL https://get.haskellstack.org/ | sh WORKDIR /data COPY . /data RUN stack install --local-bin-path bin FROM ubuntu:18.04 RUN apt-get update ...
Lupino/dispatch-article
Dockerfile
Dockerfile
bsd-3-clause
512
FROM ubuntu:18.04 WORKDIR /root RUN apt-get update && apt-get install -y pbuilder debootstrap devscripts ubuntu-dev-tools qemu qemu-user-static binfmt-support git RUN echo 'for arch in amd64 i386 arm64; do pbuilder-dist trusty $arch create; done' > /root/pbuilder-bootstrap.sh RUN apt-get install --reinstall qemu-user-s...
serverdensity/sd-agent-core-plugins
.travis/dockerfiles/trusty/Dockerfile
Dockerfile
bsd-3-clause
476
FROM ubuntu:14.04 MAINTAINER Hector Cordero <hhcordero@gmail.com> ENV JMETER_VERSION 2.13 ENV JMETER_HOME /usr/local/apache-jmeter-${JMETER_VERSION} ENV JMETER_BIN $JMETER_HOME/bin ENV RMI_CLIENT_PORT 1099 ENV RMI_SERVER_PORT 9901 RUN set -x && \ apt-get update && \ apt-get -y install openjdk-7-jre-headless ...
hhcordero/docker-jmeter
Dockerfile
Dockerfile
mit
827
# AUTOGENERATED FILE FROM balenalib/apalis-imx6-ubuntu:bionic-build # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For som...
nghiant2710/base-images
balena-base-images/openjdk/apalis-imx6/ubuntu/bionic/11-jdk/build/Dockerfile
Dockerfile
apache-2.0
3,105
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-alpine:edge-run # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo 'dirna...
nghiant2710/base-images
balena-base-images/openjdk/apalis-imx6q/alpine/edge/7-jre/run/Dockerfile
Dockerfile
apache-2.0
1,761
############################################################ # Dockerfile to build Python WSGI Application Containers # Based on Ubuntu ############################################################ FROM ubuntu:12.04 MAINTAINER Rahul Ranjan "rahul.rrixe@gmail.com" RUN echo 'deb http://archive.ubuntu.com/ubuntu quantal ...
rahulrrixe/LibcloudREPL
Dockerfile
Dockerfile
apache-2.0
1,328
# AUTOGENERATED FILE FROM balenalib/jetson-nano-alpine:3.13-run # Default to UTF-8 file.encoding ENV LANG C.UTF-8 # add a simple script that can auto-detect the appropriate JAVA_HOME value # based on whether the JDK or only the JRE is installed RUN { \ echo '#!/bin/sh'; \ echo 'set -e'; \ echo; \ echo 'dirnam...
nghiant2710/base-images
balena-base-images/openjdk/jetson-nano/alpine/3.13/8-jre/run/Dockerfile
Dockerfile
apache-2.0
1,760
# AUTOGENERATED FILE FROM balenalib/revpi-core-3-ubuntu:bionic-run # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For some...
nghiant2710/base-images
balena-base-images/openjdk/revpi-core-3/ubuntu/bionic/11-jdk/run/Dockerfile
Dockerfile
apache-2.0
3,102
# AUTOGENERATED FILE FROM balenalib/raspberrypi400-64-fedora:34-build RUN dnf -y update \ && dnf clean all \ && dnf -y install \ gzip \ java-1.8.0-openjdk \ java-1.8.0-openjdk-devel \ tar \ && dnf clean all # set JAVA_HOME ENV JAVA_HOME /usr/lib/jvm/java-openjdk CMD ["echo","'No CMD command was set in Doc...
nghiant2710/base-images
balena-base-images/openjdk/raspberrypi400-64/fedora/34/8-jre/build/Dockerfile
Dockerfile
apache-2.0
1,327
# Copyright 2015 Akamai Technologies, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ap...
8v060htwyc/api-kickstart
Dockerfile
Dockerfile
apache-2.0
1,055
# Copyright 2017 The Kubernetes Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to ...
jsafrane/kubernetes
cluster/addons/fluentd-elasticsearch/fluentd-es-image/Dockerfile
Dockerfile
apache-2.0
2,221
FROM library/node:slim COPY . /app RUN cd /app \ && npm install --production WORKDIR /app
mrkmvd/Agent21
src/node_modules/botkit/Dockerfile
Dockerfile
apache-2.0
95
FROM nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04 ADD install.sh /tmp/install.sh RUN sh /tmp/install.sh # Set the locale RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 ENV LANG en_US.UTF-8 ENV PYTHONUNBUFFERED 1 ENV PIP_NO_CACHE_DIR off ENV CUDA_HOME /usr/lib/x86_64-linux-g...
lefant/dockerfiles-lefant
python3-keras/Dockerfile
Dockerfile
mit
1,037
FROM tensorflow/tensorflow ENV GOLANG_VERSION 1.8.3 ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz ENV GOLANG_DOWNLOAD_SHA256 1862f4c3d3907e59b04a757cfda0ea7aa9ef39274af99a784f5be843c80c6772 # Set up golang ENV GOPATH /go ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH RUN apt-get upd...
izuolan/dockerfiles
tensorflow-go/Dockerfile
Dockerfile
mit
1,382