From 7c65066a20c89f47b2c66fb976c2e82e5e6aaff9 Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Sun, 17 Mar 2024 16:03:07 -0400 Subject: [PATCH] remove commented items from dockerfile --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1fe9678..7bcd376 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,11 +8,7 @@ ENV HYPERGLASS_DEV_MODE=false ENV HYPERGLASS_REDIS_HOST=redis ENV HYPEGLASS_DISABLE_UI=true -# RUN curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash -# ENV PATH="${PATH}:$HOME/.rye/shims" COPY . . -# RUN $HOME/.rye/shims/rye sync -# RUN . ./.venv/bin/activate RUN pip3 install .