Commit f3c88395 authored by blackheaven's avatar blackheaven
Browse files

Add .gitignore

parent 47ad0817
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+3 −0
Original line number Diff line number Diff line
# Docker persistent volume
home/
hub/
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ services:
    ports:
      - '29999:9999'
    volumes:
      - '${PWD}/tf:/tf'
      - '${PWD}/hub:/hub'
      - '${PWD}/home:/home'
    image: 'tensorflow/tensorflow:latest-gpu'
    # user: 1000:1000