This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.trupublic.shared.slim.tapp; | |
import org.appops.altshared.shared.PojoMarker; | |
import org.appops.jsonizer.client.base.ObjectPeer; | |
import org.appops.jsonizer.client.PojoMarkerHelper; | |
import com.trupublic.shared.slim.tapp.TappSlim; | |
import org.appops.jsonizer.client.base.Jsonizer; | |
import org.appops.jsonizer.client.impls.BasePojoMarkerImpl; | |
import com.google.gwt.core.client.JavaScriptObject; |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eclipse installation details info | |
*** Date: Saturday, 3 June, 2023 at 4:35:23 pm India Standard Time | |
*** Platform Details: | |
*** System properties: | |
applicationXMI=org.eclipse.ui.workbench/LegacyIDE.e4xmi | |
ds.delayed.keepInstances=true | |
ds.delayed.keepInstances.default=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM tensorflow/tensorflow:2.13.0 | |
RUN mkdir -p /var/lib/apt/lists/partial && \ | |
apt-get update | |
RUN yes yes | apt-get install wget unzip git | |
RUN useradd -m -s /bin/bash -G sudo od | |
RUN usermod -aG sudo od | |
RUN chmod ug+rw /etc/ld.so.cache |