We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a48fd commit 9a995f6Copy full SHA for 9a995f6
docker/Dockerfile.anomstack_dashboard
@@ -13,6 +13,8 @@ RUN apt-get update && apt-get install -y \
13
14
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
15
16
+RUN rustup default stable
17
+
18
COPY ../requirements.txt /opt/dagster/app/requirements.txt
19
20
RUN pip install -r requirements.txt
0 commit comments