Skip to content

Commit

Permalink
test with compute
Browse files Browse the repository at this point in the history
  • Loading branch information
yosuke committed Dec 16, 2020
1 parent 4ea471a commit ac5220f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ RUN source ~/.bashrc && pip install -U cupy-cuda101==6.0.0 chainer==6.0.0 chaine

COPY test.py /test.py


CMD python /test.py

4 comments on commit ac5220f

@devrt
Copy link

@devrt devrt bot commented on ac5220f Dec 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ€– Your commit has been accepted to devrt build system...

simulations:
  - name: wrschallenge
    type: challenge
    to: wrs2020-robocup

Accept your challenge to: WRS2020 RoboCup challenge πŸ†

@devrt
Copy link

@devrt devrt bot commented on ac5220f Dec 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ€– Clone success:

.
β”œβ”€β”€ [  80]  .devrt.yml
β”œβ”€β”€ [2.5K]  Dockerfile
└── [  36]  test.py

0 directories, 3 files

@devrt
Copy link

@devrt devrt bot commented on ac5220f Dec 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ€– Build success:

  Downloading typing_extensions-3.7.4.3-py2-none-any.whl (9.3 kB)
Collecting Pillow
  Downloading Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB)
Building wheels for collected packages: chainer, chainercv, filelock
  Building wheel for chainer (setup.py): started
  Building wheel for chainer (setup.py): finished with status 'done'
  Created wheel for chainer: filename=chainer-6.0.0-py2-none-any.whl size=876770 sha256=4da12b2c0ebc2f8f01c45d02b16a9d87dcda594e747f93245f011c16d447094b
  Stored in directory: /root/.cache/pip/wheels/01/c4/9d/f91462e7dedb0c99a34f43891375c74065a86319afb88464c7
  Building wheel for chainercv (setup.py): started
  Building wheel for chainercv (setup.py): finished with status 'done'
  Created wheel for chainercv: filename=chainercv-0.13.1-cp27-cp27mu-linux_x86_64.whl size=525668 sha256=ead486c967a11572b04e2cdeb8f5d5594a50727806a7ba642bab037d67156b7f
  Stored in directory: /root/.cache/pip/wheels/fd/32/30/e80f2eb8813775f7b963fc093103b3b829fda16215800fdfde
  Building wheel for filelock (setup.py): started
  Building wheel for filelock (setup.py): finished with status 'done'
  Created wheel for filelock: filename=filelock-3.0.12-py2-none-any.whl size=7576 sha256=b721c93c06c8450806dc9228906a3ebb2a181951166e4435aba624e2fc48c59e
  Stored in directory: /root/.cache/pip/wheels/b9/91/23/b559c1f4fd55056712b3a71cd9cab1dc0089e2232d502ed72e
Successfully built chainer chainercv filelock
Installing collected packages: fastrlock, cupy-cuda101, filelock, protobuf, typing, typing-extensions, chainer, Pillow, chainercv
Successfully installed Pillow-6.2.2 chainer-6.0.0 chainercv-0.13.1 cupy-cuda101-6.0.0 fastrlock-0.5 filelock-3.0.12 protobuf-3.7.1 typing-3.7.4.3 typing-extensions-3.7.4.3
Removing intermediate container a0ffb661e2f3
 ---> cfa700a2c33c
Step 25/26 : COPY test.py /test.py
 ---> 6fc35a949e8d
Step 26/26 : CMD python /test.py
 ---> Running in ef5dcc919c84
Removing intermediate container ef5dcc919c84
 ---> 3f365f62f4e2
Successfully built 3f365f62f4e2
Successfully tagged yosuke-test-cupy-ac5220f0600335ecfd93ccc1b99ba77d9d970247:latest

@devrt
Copy link

@devrt devrt bot commented on ac5220f Dec 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ€– Simulation finished:
score: 0
time: 8.601 [sec]
screen
Click here for high quality video

6.0.0

Full log

Please sign in to comment.