tamohannes commited on
Commit
8e6f2c0
·
1 Parent(s): 18c9c9f

[feat] Upddate .tar.gz name, add initialize Aim repo

Browse files
Files changed (2) hide show
  1. Dockerfile +2 -2
  2. aim_repo.tar.gz +0 -0
Dockerfile CHANGED
@@ -21,8 +21,8 @@ RUN aim telemetry off
21
 
22
  ENTRYPOINT ["/bin/sh", "-c"]
23
 
24
- COPY fastspeech_logs.tar.gz .
25
- RUN tar xvzf fastspeech_logs.tar.gz
26
  # have to run `aim init` in the directory that stores aim data for
27
  # otherwise `aim up` will prompt for confirmation to create the directory itself.
28
  # We run aim listening on 0.0.0.0 to expose all ports. Also, we run
 
21
 
22
  ENTRYPOINT ["/bin/sh", "-c"]
23
 
24
+ COPY aim_repo.tar.gz .
25
+ RUN tar xvzf aim_repo.tar.gz
26
  # have to run `aim init` in the directory that stores aim data for
27
  # otherwise `aim up` will prompt for confirmation to create the directory itself.
28
  # We run aim listening on 0.0.0.0 to expose all ports. Also, we run
aim_repo.tar.gz ADDED
Binary file (1.37 kB). View file