Skip to content

Commit

Permalink
tempt
Browse files Browse the repository at this point in the history
  • Loading branch information
natolambert committed Jul 16, 2024
1 parent 42d3db2 commit 224cf66
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
docker run --rm open_instruct
- name: Push image
if: github.event_name != 'pull_request'
# if: github.event_name != 'pull_request'
uses: ./.github/actions/push
with:
image: open_instruct # this is the tag of the image we just built in the previous step
Expand Down
42 changes: 21 additions & 21 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ ENV TZ="America/Los_Angeles"
RUN apt-get update && apt-get install -y \
build-essential \
curl \
git \
jq \
language-pack-en \
make \
man-db \
manpages \
manpages-dev \
manpages-posix \
manpages-posix-dev \
sudo \
unzip \
vim \
wget \
fish \
parallel \
iputils-ping \
htop \
emacs \
zsh \
rsync \
tmux
# git \
# jq \
# language-pack-en \
# make \
# man-db \
# manpages \
# manpages-dev \
# manpages-posix \
# manpages-posix-dev \
# sudo \
# unzip \
# vim \
# wget \
# fish \
# parallel \
# iputils-ping \
# htop \
# emacs \
# zsh \
# rsync \
# tmux

# This ensures the dynamic linker (or NVIDIA's container runtime, I'm not sure)
# puts the right NVIDIA things in the right place (that THOR requires).
Expand Down

0 comments on commit 224cf66

Please sign in to comment.