Skip to content

Commit e7e5a29

Browse files
Cleanup comments
1 parent 7eb2855 commit e7e5a29

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

.docker/gitpod/Dockerfile

-21
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,8 @@ WORKDIR /home/gitpod
1313

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

16-
## gitpod bash prompt
17-
#RUN { echo && echo "PS1='\[\033[01;32m\]\u\[\033[00m\] \[\033[01;34m\]\w\[\033[00m\]\$(__git_ps1 \" (%s)\") $ '" ; } >> .bashrc
18-
1916
# install elan
2017
RUN curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y --default-toolchain none
2118

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

24-
#WORKDIR /workspace/PrimeNumberTheoremAnd
25-
#
26-
#RUN . ~/.profile
27-
#
28-
#RUN elan toolchain install $(cat /workspace/PrimeNumberTheoremAnd/lean-toolchain)
29-
#
30-
#RUN lake exe cache get
31-
#RUN lake build
32-
33-
## fix the infoview when the container is used on gitpod:
34-
#ENV VSCODE_API_VERSION="1.50.0"
35-
36-
## ssh to github once to bypass the unknown fingerprint warning
37-
#RUN ssh -o StrictHostKeyChecking=no github.com || true
38-
#
39-
## run sudo once to suppress usage info
40-
#RUN sudo echo finished
41-

.gitpod.yml

-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@ tasks:
1414
1515
command: lake build
1616
17-
18-
19-
#- command: . /home/gitpod/.profile && lake exe cache get # Download cache
20-

0 commit comments

Comments
 (0)