ThongCoder commited on
Commit
6e6bf6b
·
verified ·
1 Parent(s): 80f3e34

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -222,6 +222,7 @@ ENV PATH=$PATH:/home/vscode/.local/bin
222
  # -----------------------------
223
  # Start the restoration step
224
  # -----------------------------
 
225
  RUN hf download ThongCoder/vscode-public-data /backup /home/vscode --repo-type dataset
226
  RUN cat /home/vscode/backup/workspace-backup.tar.gz.part-* > /home/vscode/backup/workspace-backup.tar.gz
227
  RUN tar -xzf /home/vscode/backup/workspace-backup.tar.gz /home/vscode/
 
222
  # -----------------------------
223
  # Start the restoration step
224
  # -----------------------------
225
+ RUN mkdir -p /home/vscode/backup
226
  RUN hf download ThongCoder/vscode-public-data /backup /home/vscode --repo-type dataset
227
  RUN cat /home/vscode/backup/workspace-backup.tar.gz.part-* > /home/vscode/backup/workspace-backup.tar.gz
228
  RUN tar -xzf /home/vscode/backup/workspace-backup.tar.gz /home/vscode/