Skip to content

Commit 68c9b0c

Browse files
committed
Remove comments
1 parent 896d81c commit 68c9b0c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

gpu-flavor/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ RUN \
191191
# clean-layer.sh
192192

193193
# 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
195194
# TODO: if > Ubuntu 19.04 -> install nvtop: https://github.com/Syllo/nvtop
196195
# TODO: Install Arrrayfire: https://arrayfire.com/download/ pip install --no-cache-dir arrayfire && \
197196
# TODO Nvidia Apex: https://github.com/NVIDIA/apex
@@ -221,10 +220,6 @@ ENV TF_FORCE_GPU_ALLOW_GROWTH true
221220

222221
#TODO: tests are currently empty COPY resources/tests/ /resources/tests
223222

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-
228223
# argument needs to be initalized again
229224
ARG ARG_WORKSPACE_VERSION="latest"
230225
ENV WORKSPACE_VERSION=$ARG_WORKSPACE_VERSION

0 commit comments

Comments
 (0)