Spaces:
Running
Running
tamohannes
commited on
Commit
·
8df91f4
1
Parent(s):
431101e
[feat] Upddate .tar.gz name, add initialize Aim repo
Browse files- Dockerfile +2 -2
- aim_repo.tar.gz +0 -0
- fastspeech_logs.tar.gz +0 -3
Dockerfile
CHANGED
@@ -21,8 +21,8 @@ RUN aim telemetry off
|
|
21 |
|
22 |
ENTRYPOINT ["/bin/sh", "-c"]
|
23 |
|
24 |
-
COPY
|
25 |
-
RUN tar xvzf
|
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
|
|
fastspeech_logs.tar.gz
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:493c88d0eab93b69e85df21c4186f29646fe4820d5322c7dab0ed583d5dcb2ed
|
3 |
-
size 558779049
|
|
|
|
|
|
|
|