Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am kalugny on github.
* I am kalugny (https://keybase.io/kalugny) on keybase.
* I have a public key ASBW2Iy2wMWtpRhZ_rs_C6t8ktbwXHEiGU0GeeCPiBRgLAo
To claim this, I am signing this object:
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
FROM tensorflow/tensorflow:0.12.1
RUN mkdir /src
WORKDIR /src
RUN apt-get update
RUN apt-get install -y git wget
RUN git clone https://github.com/openai/gym
WORKDIR /src/gym
RUN pip install -e .
x <- c(1:5)
plot(x)