Skip to content

Commit

Permalink
actually fixing??!
Browse files Browse the repository at this point in the history
  • Loading branch information
matsonj committed Apr 21, 2024
1 parent f612f6d commit dd1f3fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile.dev-container
Expand Up @@ -9,8 +9,8 @@ RUN apt-get update
RUN apt-get install -y gcc gfortran musl-dev
ENV PYTHONUNBUFFERED 1

ADD --chmod=755 https://astral.sh/uv/install.sh /install.sh
RUN /install.sh
# ADD --chmod=755 https://astral.sh/uv/install.sh /install.sh
# RUN /install.sh

# uv needs access to tmp, so we need to make it writable
RUN chmod 777 /tmp
# RUN chmod 777 /tmp
1 change: 1 addition & 0 deletions Makefile
@@ -1,4 +1,5 @@
build:
pip install uv
uv pip install --system -r requirements.txt
cd transform && dbt deps
cd evidence && npm install
Expand Down

0 comments on commit dd1f3fc

Please sign in to comment.