| 更新: | 2023-12-08 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 2023.2 |
| URL: | https://voluntas.github.io/ |
タイポなどは Twitter の @voluntas までお願いします。
| FROM ros:indigo-ros-base | |
| # install ros tutorials packages | |
| RUN apt-get update && apt-get install -y \ | |
| ros-indigo-ros-tutorials \ | |
| ros-indigo-common-tutorials \ | |
| && rm -rf /var/lib/apt/lists/ |
| /* | |
| * [SETUP] | |
| * 1. Slack のAPIトークンを発行する | |
| * 2. Google Form でフォームを作成する | |
| * - 必要な項目はメールアドレスのみ | |
| * - Google Form で指定したメールアドレスの項目名を FORM_ITEM_TITLE に設定する | |
| * 3. スクリプトエディタでこのスクリプトを登録 | |
| * - SLACK_API_TOKEN にAPIトークンを指定 | |
| * - SLACK_API_ENDPOINT にチーム名を指定 | |
| * 4. フォームの送信時のトリガーに onFormSubmit を指定(要認証) |
| #!/usr/bin/env python | |
| # Software License Agreement (BSD License) | |
| # | |
| # Copyright (c) 2018, Tokyo Opensource Robotics Developers | |
| # All rights reserved. | |
| # | |
| # Redistribution and use in source and binary forms, with or without | |
| # modification, are permitted provided that the following conditions | |
| # are met: |
| FROM rocm/rocm-terminal | |
| LABEL maintainer "Kunihiko Miyoshi <[email protected]>" | |
| LABEL OBJECT="ROCm based CUPY Environment" | |
| ## MEMO rocm-dkms package must be installed on host | |
| RUN sudo apt-get update && sudo apt-get install -y \ | |
| wget software-properties-common \ | |
| hipblas hipsparse rocrand |
| 更新: | 2023-12-08 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 2023.2 |
| URL: | https://voluntas.github.io/ |
タイポなどは Twitter の @voluntas までお願いします。