Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ USER gitpod
WORKDIR /home/gitpod/
RUN echo -e "\n. /scripts/path.sh\n" >> ~/.bashrc \
&& icon ipython -c --extra-pip-options break-system-packages \
&& icon svim -ic -y --extra-pip-options break-system-packages \
&& icon pt -ic \
&& icon nvim -c -y \
#&& icon uv -ic \
&& /scripts/sys/purge_cache.sh

COPY scripts/ /scripts/
Expand Down
Loading