Corran commited on
Commit
773e85d
·
verified ·
1 Parent(s): fee9b55

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
- 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
+ #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 && \