Testing / Aug 12 2019

Runtimes

GPU is working

nvidia-smi
glxinfo | grep "OpenGL version"

Default Images

Make sure they all boot fine:

1 + 1
1 + 1
1 + 1
1 + 1

Export Environment

execute this cell, select export environment, save

write("test.txt", sprint(io-> print(io, rand(5))));
read("test.txt", String)
"[0.604965, 0.404967, 0.33201, 0.774871, 0.36404]"

Run the below and make sure the output matches!

read("test.txt", String)
"[0.604965, 0.404967, 0.33201, 0.774871, 0.36404]"

Change environment variable

change TEST_ENV in Imported(Julia) to a new value and run the below:

ENV["TEST_ENV"]
"My Value"