Skip to content

Commit

Permalink
Cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjauslin-rutgers committed May 7, 2024
1 parent 7eb2855 commit e7e5a29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
21 changes: 0 additions & 21 deletions .docker/gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,8 @@ WORKDIR /home/gitpod

SHELL ["/bin/bash", "-c"]

## gitpod bash prompt
#RUN { echo && echo "PS1='\[\033[01;32m\]\u\[\033[00m\] \[\033[01;34m\]\w\[\033[00m\]\$(__git_ps1 \" (%s)\") $ '" ; } >> .bashrc

# install elan
RUN curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y --default-toolchain none

ENV PATH="/home/gitpod/.local/bin:/home/gitpod/.elan/bin:${PATH}"

#WORKDIR /workspace/PrimeNumberTheoremAnd
#
#RUN . ~/.profile
#
#RUN elan toolchain install $(cat /workspace/PrimeNumberTheoremAnd/lean-toolchain)
#
#RUN lake exe cache get
#RUN lake build

## fix the infoview when the container is used on gitpod:
#ENV VSCODE_API_VERSION="1.50.0"

## ssh to github once to bypass the unknown fingerprint warning
#RUN ssh -o StrictHostKeyChecking=no github.com || true
#
## run sudo once to suppress usage info
#RUN sudo echo finished

4 changes: 0 additions & 4 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,3 @@ tasks:
command: lake build
#- command: . /home/gitpod/.profile && lake exe cache get # Download cache

0 comments on commit e7e5a29

Please sign in to comment.