cycls 0.0.2.36__tar.gz → 0.0.2.38__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cycls
3
- Version: 0.0.2.36
3
+ Version: 0.0.2.38
4
4
  Summary: Cycls SDK
5
5
  Author: Mohammed J. AlRujayi
6
6
  Author-email: mj@cycls.com
@@ -181,6 +181,7 @@ RUN mkdir -p {self.io_dir}
181
181
  {run_apt_install}
182
182
  {run_pip_install}
183
183
  {run_shell_commands}
184
+ WORKDIR app
184
185
  {copy_lines}
185
186
  COPY {self.runner_filename} {self.runner_path}
186
187
  ENTRYPOINT ["python", "{self.runner_path}", "{self.io_dir}"]
@@ -55,7 +55,8 @@ class Agent:
55
55
 
56
56
  i["config"][6] = False
57
57
 
58
- copy={str(cycls_path.joinpath('theme')):"public", str(cycls_path)+"/web.py":"app/web.py"}
58
+ # copy={str(cycls_path.joinpath('theme')):"public", str(cycls_path)+"/web.py":"web.py"}
59
+ copy={str(self.theme):"public", str(cycls_path)+"/web.py":"web.py"}
59
60
  copy.update({i:i for i in self.copy})
60
61
 
61
62
  new = Runtime(
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "cycls"
3
- version = "0.0.2.36"
3
+ version = "0.0.2.38"
4
4
 
5
5
  packages = [{ include = "cycls" }]
6
6
  include = ["cycls/theme/**/*"]
@@ -17,7 +17,6 @@ jwt = "^1.4.0"
17
17
  docker = "^7.1.0"
18
18
  cloudpickle = "^3.1.1"
19
19
 
20
-
21
20
  [build-system]
22
21
  requires = ["poetry-core"]
23
22
  build-backend = "poetry.core.masonry.api"
File without changes
File without changes
File without changes