Corran commited on
Commit
71e4f06
·
verified ·
1 Parent(s): 3e5e2a3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -62,9 +62,9 @@ RUN \
62
  /var/tmp/*
63
  COPY root/ /
64
 
65
- #Not GPU stuff RUN add-apt-repository ppa:flexiondotorg/nvtop && \
66
- # apt-get upgrade -y && \
67
- # apt-get install -y --no-install-recommends nvtop
68
 
69
  RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
70
  apt-get install -y nodejs && \
 
62
  /var/tmp/*
63
  COPY root/ /
64
 
65
+ RUN add-apt-repository ppa:flexiondotorg/nvtop && \
66
+ apt-get upgrade -y && \
67
+ apt-get install -y --no-install-recommends nvtop
68
 
69
  RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
70
  apt-get install -y nodejs && \