oceansweep commited on
Commit
326c65d
1 Parent(s): 9586789

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -63,8 +63,7 @@ RUN if [ "$GPU_SUPPORT" = "cpu" ]; then \
63
  fi
64
 
65
  # Download a checkpoint (replace <SOME_ASSET_URL> and <SOME_ASSET_NAME> with actual values)
66
- RUN mkdir -p content
67
- ADD --chown=user https://<SOME_ASSET_URL> content/<SOME_ASSET_NAME>
68
 
69
  # Create a volume for persistent storage
70
  VOLUME /home/user/app/tldw_volume
 
63
  fi
64
 
65
  # Download a checkpoint (replace <SOME_ASSET_URL> and <SOME_ASSET_NAME> with actual values)
66
+ ADD --chown=user https://github.com/rmusser01/tldw tldw
 
67
 
68
  # Create a volume for persistent storage
69
  VOLUME /home/user/app/tldw_volume