Skip to content

Commit bc484d4

Browse files
committed
renamed docker_stuff to _docker
1 parent 3179620 commit bc484d4

File tree

16 files changed

+26
-26
lines changed

16 files changed

+26
-26
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ build-backend = "hatchling.build"
3131
requires = ["hatchling"]
3232

3333
[tool.hatch.build.targets.wheel]
34-
packages = ["src/gaiaflow", "src/docker_stuff"]
34+
packages = ["src/gaiaflow", "src/_docker"]
3535

3636
[tool.hatch.build]
3737
include = [
3838
"src/gaiaflow",
39-
"src/docker_stuff",
39+
"src/_docker",
4040
]
4141

4242
[tool.mypy]

src/docker_stuff/docker-compose/docker-compose-minikube-network.yml renamed to src/_docker/docker-compose/docker-compose-minikube-network.yml

File renamed without changes.

src/docker_stuff/docker-compose/docker-compose.yml renamed to src/_docker/docker-compose/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ x-airflow-common:
22
&airflow-common
33
build:
44
context: ../../
5-
dockerfile: "./docker_stuff/airflow/Dockerfile"
5+
dockerfile: "./_docker/airflow/Dockerfile"
66
environment:
77
&airflow-common-env
88
# NOTE: The following secret can be commited to .git as it is only for local development.
@@ -75,7 +75,7 @@ services:
7575
mlflow:
7676
build:
7777
context: ..
78-
dockerfile: "../docker_stuff/mlflow/Dockerfile"
78+
dockerfile: "../_docker/mlflow/Dockerfile"
7979
container_name: mlflow
8080
ports:
8181
- 5000:5000
File renamed without changes.

0 commit comments

Comments
 (0)