Skip to content

Commit

Permalink
Fix neuro cli version (#133)
Browse files Browse the repository at this point in the history
* Fix neuro cli version

* Fix preset
  • Loading branch information
anayden authored Nov 20, 2020
1 parent c2460b6 commit 689d5fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ _test_e2e:

.PHONY: test_e2e_pytorch
test_e2e_pytorch: TEST_CMD=python /var/storage/gpu_pytorch.py
test_e2e_pytorch: TEST_PRESET=gpu-small
test_e2e_pytorch: TEST_PRESET=gpu-k80-small-p
test_e2e_pytorch: _test_e2e

.PHONY: test_e2e_tensorflow
test_e2e_tensorflow: TEST_CMD=python /var/storage/gpu_tensorflow.py
test_e2e_tensorflow: TEST_PRESET=gpu-small
test_e2e_tensorflow: TEST_PRESET=gpu-k80-small-p
test_e2e_tensorflow: _test_e2e

.PHONY: test_e2e_dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# jupyterlab latest (pip)
# pytorch 1.6.0 (docker-hub)
# tensorflow 2.3.0 (pip)
# neuromation 20.11.18 (pip)
# ==================================================================

FROM pytorch/pytorch:1.6.0-cuda10.1-cudnn7-devel
Expand Down Expand Up @@ -121,7 +122,7 @@ RUN APT_INSTALL="apt-get install -y --no-install-recommends" && \
# ------------------------------------------------------------------

$PIP_INSTALL \
neuromation \
neuromation==20.11.18 \
&& \

# ==================================================================
Expand Down

0 comments on commit 689d5fb

Please sign in to comment.