Skip to content

Commit

Permalink
No unzip on runpod
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 28, 2024
1 parent d16d5ea commit d5524eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ prep-linux:
curl \
wget \
file \
unzip \
libxdo-dev \
libssl-dev \
libayatana-appindicator3-dev \
Expand Down
1 change: 0 additions & 1 deletion yard-rs/runpod-xp/scripts/rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-t
. "$HOME/.cargo/env"



mkdir -p /content/
cd /content/

Expand Down

0 comments on commit d5524eb

Please sign in to comment.