Skip to content

Commit

Permalink
Add htop (#241)
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Sadkhin <[email protected]>
  • Loading branch information
bio-boris and Boris Sadkhin authored May 26, 2020
1 parent 8c33943 commit e5cbf6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ RUN apt-get update
# to run your App. For instance, you could place an apt-get update or
# install line here, a git checkout to download code, or run any other
# installation scripts.
RUN apt-get install -y gcc wget vim
RUN apt-get install -y gcc wget vim htop tmpreaper
RUN mkdir -p /etc/apt/sources.list.d
RUN apt-get update -y && apt-get install -y tmpreaper


RUN DEBIAN_FRONTEND=noninteractive wget -qO - https://research.cs.wisc.edu/htcondor/debian/HTCondor-Release.gpg.key | apt-key add - \
&& echo "deb http://research.cs.wisc.edu/htcondor/debian/8.8/stretch stretch contrib" >> /etc/apt/sources.list \
Expand Down
2 changes: 1 addition & 1 deletion bin/PurgeHeldJobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,5 @@ def handle_hold_event(event):
)
time.sleep(5)
except Exception as e:
slack_client.ee2_reaper_failure(endpoint=cfg.get("ee2-url"))
slack_client.ee2_reaper_failure(endpoint=ee2_endpoint)
sys.exit(f"{e}")

0 comments on commit e5cbf6b

Please sign in to comment.