Skip to content

Commit fcde2b6

Browse files
committed
Refactor requirements-dev.txt and dagster_cloud.yaml
1 parent b2ca015 commit fcde2b6

File tree

7 files changed

+2
-4
lines changed

7 files changed

+2
-4
lines changed

dagster_cloud.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ locations:
33
code_source:
44
python_file: ./anomstack/main.py
55
working_directory: .
6-
build:
7-
directory: ./requirements

docker/Dockerfile.anomstack_code

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y git
44

55
WORKDIR /opt/dagster/app
66

7-
COPY ../requirements/requirements.txt /opt/dagster/app/requirements.txt
7+
COPY ../requirements.txt /opt/dagster/app/requirements.txt
88

99
RUN pip install -r requirements.txt
1010

docker/Dockerfile.anomstack_dashboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
1111
git \
1212
&& rm -rf /var/lib/apt/lists/*
1313

14-
COPY ../requirements/requirements.txt /opt/dagster/app/requirements.txt
14+
COPY ../requirements.txt /opt/dagster/app/requirements.txt
1515

1616
RUN pip install -r requirements.txt
1717

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)