File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ RUN \
191
191
# clean-layer.sh
192
192
193
193
# TODO install DALI: https://docs.nvidia.com/deeplearning/dali/user-guide/docs/installation.html#dali-and-ngc
194
- # TODO: removed rapids install, provided via installer script
195
194
# TODO: if > Ubuntu 19.04 -> install nvtop: https://github.com/Syllo/nvtop
196
195
# TODO: Install Arrrayfire: https://arrayfire.com/download/ pip install --no-cache-dir arrayfire && \
197
196
# TODO Nvidia Apex: https://github.com/NVIDIA/apex
@@ -221,10 +220,6 @@ ENV TF_FORCE_GPU_ALLOW_GROWTH true
221
220
222
221
# TODO: tests are currently empty COPY resources/tests/ /resources/tests
223
222
224
- # TODO what does this line do? - removed for now
225
- # RUN \
226
- # echo 'Defaults env_keep += "ftp_proxy http_proxy https_proxy no_proxy"' >> /etc/sudoers
227
-
228
223
# argument needs to be initalized again
229
224
ARG ARG_WORKSPACE_VERSION="latest"
230
225
ENV WORKSPACE_VERSION=$ARG_WORKSPACE_VERSION
You can’t perform that action at this time.
0 commit comments