0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

CML2.9が出たのでAWSで試してみる

Last updated at Posted at 2025-07-21

はじめに

先日 CML2.9 がリリースされたので、AWSでフリー版の動作確認をしてみました。
基本的な構築手順は 前回の記事 でCML2.8を構築した時と同様で、差異点のみ記載していきます。

必要ファイルのダウンロード

Software Downloadのページより以下をダウンロードします。

  • cml2_f_2.9.0-3_amd64-3-pkg.zip
  • refplat-20250616-free-iso.zip

2.9-2.png

Dockerのインストール

CML2.9ではDockerが必要です。dockerのドキュメント 等を参考にインストールします。今回は、以下のバージョンがインストールされました。

$ docker --version
Docker version 28.3.2, build 578ccf6

CMLのインストール

前回の記事 と同様の手順で、パッケージを展開して現れるdebファイルをインストールします。2.8.1と比べて、cml-docker-shimのパッケージが増えています。

sudo apt install ./cml2_2.9.0-3_amd64.deb ./cml-docker-shim_0.2.8_amd64.deb ./iol-tools_0.1.15_amd64.deb ./patty_0.2.19_amd64.deb

以降の手順は前回と同一です。

動作テスト

CML UIでの動作を確認できました。フリー版のrefplatでもノードの種類が少し増えているようです。
2.9-1.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?