Skip to content

Commit

Permalink
Update Dockerfile to remove installation of fx
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviomartins committed May 6, 2024
1 parent f23389a commit 6a6e61d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ RUN apt-get update --yes && \
postgresql-client-16 && \
apt-get clean && rm -rf /var/lib/apt/lists/*

# Install fx
RUN curl -sS https://fx.wtf/install.sh | sh

USER ${NB_UID}

# Install PostgreSQL Python drivers
Expand Down

0 comments on commit 6a6e61d

Please sign in to comment.