Skip to content

Commit 6399c93

Browse files
authored
Develop cees (#586)
* Update docker with copy lib * 2026.03.1.rc3
1 parent e366681 commit 6399c93

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dao/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
1919
# Copy software for add-on
2020
RUN mkdir /root/dao
2121
COPY __init__.py /root/dao
22+
COPY lib /root/dao/lib/
2223
COPY prog /root/dao/prog/
2324
COPY webserver /root/dao/webserver/
2425
COPY data /tmp/daodata/

release-testing/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 刀 Day Ahead Optimizer (TESTING)
3-
version: 2026.03.1.rc2
3+
version: 2026.03.1.rc3
44
stage: experimental
55
slug: day_ahead_opt-testing
66
description: Beta version of DAO. Use only for testing!

0 commit comments

Comments
 (0)