Skip to content

Commit

Permalink
bump node version, comment on active workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
twelch committed Dec 10, 2024
1 parent d9d9d4b commit e411bc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN sudo apt-get update && sudo apt-get -y upgrade \
&& sudo rm -rf /var/lib/apt/lists/*

# Install nvm to user directory - based on https://github.com/nvm-sh/nvm and https://github.com/nvm-sh/nvm/blob/master/Dockerfile
ENV NODE_VERSION v22.11.0
ENV NODE_VERSION v22.12.0
RUN mkdir -p /home/vscode/.nvm/
RUN chown vscode:vscode -R "$HOME/.nvm"
RUN echo 'export NVM_DIR="/home/vscode/.nvm"' >> "$HOME/.bashrc"
Expand Down
3 changes: 3 additions & 0 deletions installer/linux/amd64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ mkdir -p ~/miniconda \
&& unzip awscliv2.zip \
&& sudo ./aws/install \
&& rm -rf ~/awscli

# miniconda pinned to py312_24.7.1-0-Linux-x86_64 due to sqlite shared library not found error
# conda-libmamba-solver workaround due to error - https://stackoverflow.com/a/78293971

0 comments on commit e411bc4

Please sign in to comment.