Skip to content

Commit

Permalink
fix: vim installation
Browse files Browse the repository at this point in the history
  • Loading branch information
init-22 committed Jan 26, 2025
1 parent 5775ed1 commit 1352e70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ RUN apt-get update && apt-get install -y \
libffi-dev \
curl \
libbz2-dev \
liblzma-dev
liblzma-dev \
vim

# Download and install Python 3.11
RUN cd /tmp \
Expand Down Expand Up @@ -91,6 +92,7 @@ RUN cd /algorithmic-efficiency && pip install -e '.[full]'

RUN cd /algorithmic-efficiency && git fetch origin
RUN cd /algorithmic-efficiency && git pull
RUN pip install wandb

# Todo: remove this, this is temporary for developing
COPY scripts/startup.sh /algorithmic-efficiency/docker/scripts/startup.sh
Expand Down

0 comments on commit 1352e70

Please sign in to comment.