Skip to content

Commit

Permalink
Removing PyMKL and MXNet
Browse files Browse the repository at this point in the history
  • Loading branch information
petronetto committed May 5, 2019
1 parent edae7a9 commit 63008d6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 25 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ ENV BUILD_PACKAGES="\
libjpeg62-turbo \
libgomp1" \
PIP_PACKAGES="\
pyyaml \
mkl \
cffi \
h5py \
requests \
Expand All @@ -76,8 +74,7 @@ ENV BUILD_PACKAGES="\
tensorflow \
keras \
torch \
torchvision \
mxnet-mkl" \
torchvision" \
JUPYTER_CONFIG_DIR=/home/.ipython/profile_default/startup \
LANG=C.UTF-8

Expand Down
49 changes: 28 additions & 21 deletions Welcome.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"3.6.7 (default, Oct 24 2018, 22:50:05) \n",
"3.6.8 (default, Mar 27 2019, 08:53:45) \n",
"[GCC 6.3.0 20170516]\n"
]
}
Expand All @@ -55,14 +55,14 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"1.15.4\n"
"1.16.3\n"
]
}
],
Expand All @@ -80,14 +80,14 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0.23.4\n"
"0.24.2\n"
]
}
],
Expand All @@ -105,14 +105,14 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 4,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"1.1.0\n"
"1.2.1\n"
]
}
],
Expand All @@ -130,14 +130,14 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 5,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0.20.0\n"
"0.20.3\n"
]
}
],
Expand All @@ -155,14 +155,14 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 6,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0.81\n"
"0.82\n"
]
}
],
Expand All @@ -180,7 +180,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand All @@ -205,14 +205,14 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 8,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"3.0.1\n"
"3.0.3\n"
]
}
],
Expand All @@ -230,14 +230,14 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 9,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"1.12.0\n"
"1.13.1\n"
]
}
],
Expand All @@ -255,7 +255,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 10,
"metadata": {},
"outputs": [
{
Expand All @@ -264,6 +264,13 @@
"text": [
"2.2.4\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"Using TensorFlow backend.\n"
]
}
],
"source": [
Expand All @@ -280,14 +287,14 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 11,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0.4.1\n"
"1.1.0\n"
]
}
],
Expand All @@ -313,7 +320,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.6.8"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 63008d6

Please sign in to comment.