Skip to content

Commit 90b1907

Browse files
committed
Set versions in ddsrouter.repos for v0.1.0
Signed-off-by: Javier Gil Aviles <[email protected]>
1 parent 5649dd1 commit 90b1907

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

sustainml.repos

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ repositories:
66
fastcdr:
77
type: git
88
url: https://github.com/eProsima/Fast-CDR.git
9-
version: 2.2.x
9+
version: v2.2.6
1010
fastdds:
1111
type: git
1212
url: https://github.com/eProsima/Fast-DDS.git
13-
version: 3.x
13+
version: v3.2.2
1414
dev-utils:
1515
type: git
1616
url: https://github.com/eProsima/dev-utils.git
17-
version: 1.x
17+
version: v1.2.0
1818
sustainml_lib:
1919
type: git
2020
url: https://github.com/eProsima/SustainML-Library.git
21-
version: main
21+
version: v0.1.0

sustainml_docs/rst/installation/docker.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ The following command downloads both Dockerfile, Docker compose and script files
3737
.. code-block:: bash
3838
3939
mkdir -p ~/SustainML && cd ~/SustainML && \
40-
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/main/docker/Dockerfile && \
41-
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/main/docker/docker-compose.yaml && \
42-
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/main/docker/run.bash
40+
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/v0.1.0/docker/Dockerfile && \
41+
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/v0.1.0/docker/docker-compose.yaml && \
42+
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/v0.1.0/docker/run.bash
4343
4444
.. group-tab:: MacOS
4545

4646
.. code-block:: bash
4747
4848
mkdir -p ~/SustainML && cd ~/SustainML && \
49-
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/main/docker/Dockerfile && \
50-
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/main/docker/docker-compose.yaml && \
51-
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/main/docker/run.bash
49+
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/v0.1.0/docker/Dockerfile && \
50+
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/v0.1.0/docker/docker-compose.yaml && \
51+
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/v0.1.0/docker/run.bash
5252
5353
The *SustainML Framework* GUI application requires special privileges to access the X server.
5454
To provide them, `XQuartz <https://www.xquartz.org/>`_ and `socat <http://www.dest-unreach.org/socat/>`_ need to be installed:

sustainml_docs/rst/installation/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The following command also builds and installs the SustainML framework and all i
7575
python3 -m venv SustainML_venv && source SustainML_venv/bin/activate && \
7676
pip3 install -U colcon-common-extensions vcstool && \
7777
curl -fsSL https://ollama.com/install.sh | sh && ollama pull llama3 && cd ~/SustainML/SustainML_ws && \
78-
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/main/sustainml.repos && \
78+
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/v0.1.0/sustainml.repos && \
7979
vcs import src < sustainml.repos && cd ~/SustainML/SustainML_ws/src/sustainml_lib && \
8080
git submodule update --init --recursive && \
8181
pip3 install -r ~/SustainML/SustainML_ws/src/sustainml_lib/sustainml_modules/requirements.txt && \

sustainml_docs/rst/installation/library.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following command builds and installs the *SustainML library* and its depend
6969
mkdir -p ~/SustainML/SustainML_ws/src && cd ~/SustainML && \
7070
python3 -m venv SustainML_venv && source SustainML_venv/bin/activate && cd ~/SustainML/SustainML_ws && \
7171
pip3 install -U colcon-common-extensions vcstool && \
72-
wget https://raw.githubusercontent.com/eProsima/SustainML-Library/main/sustainml.repos && \
72+
wget https://raw.githubusercontent.com/eProsima/SustainML-Library/v0.1.0/sustainml.repos && \
7373
vcs import src < sustainml.repos && \
7474
git submodule update --init --recursive && \
7575
pip3 install -r ~/SustainML/SustainML_ws/src/sustainml_docs/requirements.txt && \

sustainml_modules/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
accelerate>=0.26.0
2-
carbontracker
3-
flask
1+
accelerate==1.6.0
2+
carbontracker==2.1.2
3+
flask==3.0.3
44
flask-socketio==5.2.0
5-
jsonschema
6-
kaggle
7-
networkx>=3.0
8-
numpy>=1.24.1
5+
jsonschema==4.23.0
6+
kaggle==1.6.17
7+
networkx==3.3
8+
numpy==2.1.1
99
ollama==0.3.3
1010
onnx==1.17.0
1111
onnxruntime==1.19.2

0 commit comments

Comments
 (0)