Skip to content

Instantly share code, notes, and snippets.

@MihaiTheCoder
MihaiTheCoder / dockerfile
Last active July 13, 2019 16:48
cntk with object detection
FROM nvidia/cuda:8.0-cudnn6-devel-ubuntu14.04
RUN apt-get update && apt-get install -y --no-install-recommends \
autotools-dev \
build-essential \
cmake \
git \
gfortran-multilib \
libavcodec-dev \
libavformat-dev \
@MihaiTheCoder
MihaiTheCoder / Install Kafka Ubuntu
Last active June 8, 2017 11:42
Install kafka in ubuntu
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo apt-get remove scala-library scala
sudo wget www.scala-lang.org/files/archive/scala-2.12.1.deb
sudo dpkg -i scala-2.12.1.deb
sudo apt-get update
sudo apt-get install scala