summaryrefslogtreecommitdiff
path: root/opendc-experiments/opendc-experiments-tf20/build.gradle.kts
diff options
context:
space:
mode:
authorWenchen Lai <wenchen.lai@hotmail.com>2021-05-07 20:48:03 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-09 16:31:08 +0200
commit89895e068bd3434bba18194c69a5bfb96f1d18ee (patch)
tree23b5c6cca862016b4716cf70d0a16451e3f6e20f /opendc-experiments/opendc-experiments-tf20/build.gradle.kts
parent726a0570977c3426b1dd28a922140a95dad96462 (diff)
exp: Add environment reader for TensorFlow experiments
This change adds a reader for the environment/topology format that is used for the TensorFlow experiments in OpenDC.
Diffstat (limited to 'opendc-experiments/opendc-experiments-tf20/build.gradle.kts')
-rw-r--r--opendc-experiments/opendc-experiments-tf20/build.gradle.kts3
1 files changed, 2 insertions, 1 deletions
diff --git a/opendc-experiments/opendc-experiments-tf20/build.gradle.kts b/opendc-experiments/opendc-experiments-tf20/build.gradle.kts
index 51e167cc..3ee5462a 100644
--- a/opendc-experiments/opendc-experiments-tf20/build.gradle.kts
+++ b/opendc-experiments/opendc-experiments-tf20/build.gradle.kts
@@ -34,8 +34,9 @@ dependencies {
implementation(projects.opendcSimulator.opendcSimulatorCore)
implementation(projects.opendcSimulator.opendcSimulatorCompute)
implementation(projects.opendcTelemetry.opendcTelemetrySdk)
- implementation(libs.kotlin.logging)
+ implementation(projects.opendcFormat)
+ implementation(libs.kotlin.logging)
implementation(libs.parquet)
implementation(libs.hadoop.client) {
exclude(group = "org.slf4j", module = "slf4j-log4j12")