Skip to content

Commit

Permalink
dockerfile back to default
Browse files Browse the repository at this point in the history
  • Loading branch information
amacrutherford committed Mar 28, 2024
1 parent 3da0866 commit 4a37298
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN export XLA_PYTHON_CLIENT_MEM_FRACTION=0.25
RUN export TF_FORCE_GPU_ALLOW_GROWTH=true

# if you want jupyter
RUN pip install pip install jupyterlab
# RUN pip install jupyterlab

#for secrets and debug
ENV WANDB_API_KEY=""
Expand Down
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# NVCC_RESULT := $(shell which nvcc 2> NULL; rm NULL)
# NVCC_TEST := $(notdir $(NVCC_RESULT))
# ifeq ($(NVCC_TEST),nvcc)
NVCC_RESULT := $(shell which nvcc 2> NULL; rm NULL)
NVCC_TEST := $(notdir $(NVCC_RESULT))
ifeq ($(NVCC_TEST),nvcc)
GPUS=--gpus all
# else
# GPUS=
# endif
else
GPUS=
endif


# Set flag for docker run command
Expand Down

0 comments on commit 4a37298

Please sign in to comment.